Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Dec 19, 2023
1 parent db3c2fd commit 880cb66
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions deploy-web/src/components/liquidity-modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,15 @@ export const LiquidityModal: React.FC<{ address: string; aktBalance: number; ref

return (
<>
<LeapLiquidityModal
theme={theme}
walletClientConfig={walletClientConfig}
onTxnComplete={handleTxnComplete}
config={modalConfig}
renderLiquidityButton={ToggleLiquidityModalButton}
/>
{walletExt && (
<LeapLiquidityModal
theme={theme}
walletClientConfig={walletClientConfig}
onTxnComplete={handleTxnComplete}
config={modalConfig}
renderLiquidityButton={ToggleLiquidityModalButton}
/>
)}
</>
);
};

0 comments on commit 880cb66

Please sign in to comment.