From 959c171d68dd3f187be6c39b73fc872044f7a514 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 4 Feb 2026 20:17:37 +0300 Subject: [PATCH] fix: remove unused AssetAccountData interface --- web/src/components/AddLiquidityModal.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/src/components/AddLiquidityModal.tsx b/web/src/components/AddLiquidityModal.tsx index 081fa4aa..deffaa8f 100644 --- a/web/src/components/AddLiquidityModal.tsx +++ b/web/src/components/AddLiquidityModal.tsx @@ -18,10 +18,6 @@ interface AssetDetails { minBalance?: string | number; } -interface AssetAccountData { - balance: string | number; -} - interface Balances { [key: string]: number; }