Skip to content

Commit

Permalink
run pretty/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Mar 26, 2024
1 parent fc4b174 commit 0567b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/utils/useCanUserSubmitProposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function useCanUserCreateProposal() {
safeAPI,
baseContracts,
],
);
);
useEffect(() => {
const loadCanUserCreateProposal = async () => {
setCanUserCreateProposal(await getCanUserCreateProposal());
Expand Down

0 comments on commit 0567b31

Please sign in to comment.