Skip to content

Commit

Permalink
fix: multisig fee (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokolova-an authored Nov 21, 2024
1 parent e6dd499 commit 424cd63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const MultisigCreationFees = memo(
console.info('Error getting fee - ', error);
})
.finally(() => setIsNetworkFeeLoading(false));
}, []);
}, [api]);

if (isLoading) {
return (
Expand Down

0 comments on commit 424cd63

Please sign in to comment.