Skip to content

Commit

Permalink
refactor: remove extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-valiollahi committed Jan 7, 2025
1 parent 943bad1 commit 2e24197
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/views/Transfers/components/TransferDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ export const TransferDetails = () => {
register,
control,
watch,
formState: { errors },
setValue
formState: { errors }
} = useFormContext()
const { data: currentUser } = useCurrentUser()
const { data: orgData } = useRegExtOrgs()
Expand Down

0 comments on commit 2e24197

Please sign in to comment.