Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
totop716 committed Jul 20, 2023
1 parent 6b136c7 commit 119b003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AccountDetails/AccountDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const AccountDetails: React.FC<AccountDetailsProps> = ({
openOptions,
}) => {
const { chainId, account, connector } = useActiveWeb3React();
const { udDomain, updateUDDomain } = useUDDomain();
const { udDomain } = useUDDomain();
const { updateSelectedWallet } = useSelectedWallet();
const dispatch = useDispatch<AppDispatch>();
const { t } = useTranslation();
Expand Down

0 comments on commit 119b003

Please sign in to comment.