Skip to content

Commit

Permalink
update useeffect
Browse files Browse the repository at this point in the history
  • Loading branch information
KayBeSee committed Jul 7, 2021
1 parent 0688548 commit ba95723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SupportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const SupportModal = ({ closeModal }: Props) => {
}
}
getSupportCode();
}, []);
}, [config.isEmpty, config.vaults]);

return (
<ModalContentWrapper>
Expand Down

0 comments on commit ba95723

Please sign in to comment.