From 9e7dc191df0e40b3dd074d941acc2a30fb123f8d Mon Sep 17 00:00:00 2001 From: zzggo Date: Wed, 27 Nov 2024 16:19:57 +1100 Subject: [PATCH] fixed: correction on the faucet card --- src/ui/views/TokenDetail/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui/views/TokenDetail/index.tsx b/src/ui/views/TokenDetail/index.tsx index cdd716d6..c704c7ff 100644 --- a/src/ui/views/TokenDetail/index.tsx +++ b/src/ui/views/TokenDetail/index.tsx @@ -240,8 +240,7 @@ const TokenDetail = () => { /> )} {token === 'flow' && } - {/* {network === 'testnet' || network === 'crescendo' && token === 'flow' && } */} - + {network === 'testnet' && token === 'flow' && } {providers?.length > 0 && ( )}