From 7ff15d2d9cce73b10bd3aacdf3426a101428cbdd Mon Sep 17 00:00:00 2001 From: Dmytro Date: Wed, 10 Jul 2024 20:00:14 +0100 Subject: [PATCH] Fix testnet apps button --- src/components/ChainApps.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/ChainApps.tsx b/src/components/ChainApps.tsx index 49d9c63..6f8f379 100644 --- a/src/components/ChainApps.tsx +++ b/src/components/ChainApps.tsx @@ -67,7 +67,7 @@ export default function ChainApps(props: {
{show ? appButtons : appButtons.length === 4 ? appButtons : appButtons.slice(0, 3)} -
- + } + +
)