Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Mar 29, 2024
1 parent e259caf commit b0edaa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy-web/src/components/liquidity-modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const LiquidityModal: React.FC<{ address: string; aktBalance: number; refreshBal
isNanoLedger: walletKey.isNanoLedger
};
},
// @ts-expect-error Due to some issue with the `Long` type for accountNumber in the signed object

getSigner: async (chainId: string) => {
if (!walletExt) throw "Wallet extension not found";
const offlineSigner = walletExt.getOfflineSigner(chainId);
Expand Down Expand Up @@ -233,4 +233,3 @@ const LiquidityModal: React.FC<{ address: string; aktBalance: number; refreshBal
};

export default LiquidityModal;

0 comments on commit b0edaa6

Please sign in to comment.