Skip to content

Commit

Permalink
style: reorder hook deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nkgentile committed Nov 14, 2024
1 parent 5c7b6f7 commit 0a18f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/DuplicateWithTranslationsAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ export const DuplicateWithTranslationsAction: DocumentActionComponent = ({
}
}, [
currentUser,
u,
duplicate.disabled,
handle,
hasOneMetadataDocument,
Expand All @@ -247,6 +246,7 @@ export const DuplicateWithTranslationsAction: DocumentActionComponent = ({
metadataDocument,
permissions?.granted,
t,
u,
])
}

Expand Down

0 comments on commit 0a18f9a

Please sign in to comment.