From f8da3ef9cd0aec628542418a8f0df0f835d7d000 Mon Sep 17 00:00:00 2001 From: noobskie Date: Thu, 4 Apr 2024 16:59:23 -0400 Subject: [PATCH] token fiix --- client/src/components/Nav/NavLinks.tsx | 96 +++++++++++++------------- 1 file changed, 47 insertions(+), 49 deletions(-) diff --git a/client/src/components/Nav/NavLinks.tsx b/client/src/components/Nav/NavLinks.tsx index 73310f5eb13..e54a7193d46 100644 --- a/client/src/components/Nav/NavLinks.tsx +++ b/client/src/components/Nav/NavLinks.tsx @@ -74,57 +74,55 @@ function NavLinks() { {({ open }) => ( <> - {startupConfig?.checkBalance && ( -
-
- - {`${localize('com_tokens_remaining')} ${formatTokenCount(balanceQuery.data)}`} - - - - - - - -
- + {`${localize('com_tokens_remaining')} ${formatTokenCount(balanceQuery.data)}`} + + + + + + +
- )} + +