From d20ef38a090b32271510da4b57d0c77e82e790b2 Mon Sep 17 00:00:00 2001 From: Pedro Yves Fracari Date: Wed, 25 Sep 2024 15:48:33 -0300 Subject: [PATCH] solve PR comments --- apps/withdraw-pool/src/app/page.tsx | 5 ----- apps/withdraw-pool/src/components/PoolBalancePreview.tsx | 4 +--- .../hooks/{usePoolUserBalance.tsx => usePoolUserBalance.ts} | 0 .../src/hooks/{useUserPools.tsx => useUserPools.ts} | 0 packages/cow-hooks-ui/src/index.tsx | 4 ++-- packages/cow-hooks-ui/src/ui/input.tsx | 2 +- 6 files changed, 4 insertions(+), 11 deletions(-) rename apps/withdraw-pool/src/hooks/{usePoolUserBalance.tsx => usePoolUserBalance.ts} (100%) rename apps/withdraw-pool/src/hooks/{useUserPools.tsx => useUserPools.ts} (100%) diff --git a/apps/withdraw-pool/src/app/page.tsx b/apps/withdraw-pool/src/app/page.tsx index 617897a..16fd9e9 100644 --- a/apps/withdraw-pool/src/app/page.tsx +++ b/apps/withdraw-pool/src/app/page.tsx @@ -1,6 +1,5 @@ "use client"; -import { Input } from "@bleu/cow-hooks-ui"; import { Button, Form } from "@bleu/ui"; import { type HookDappContext, @@ -61,10 +60,6 @@ export default function Page() { /> {poolId && (
- {/* */} -
- -
+
{poolBalance.map((poolBalance) => ( , "name"> { name: string;