Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoth committed Oct 8, 2024
1 parent 9fad966 commit 2f2d164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mkr/hooks/useMkrDelegatedByUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const useMkrDelegatedByUser = (
data: undefined,
loading: false,
error: new Error('No account found'),
mutate: () => {}
mutate: () => undefined
};
}
const network = chainIdToNetworkName(chainId);
Expand Down

0 comments on commit 2f2d164

Please sign in to comment.