From 20b58534f0c9406c2f89558bfa34991f96e29b55 Mon Sep 17 00:00:00 2001 From: Dmytro Date: Thu, 11 Jul 2024 13:40:32 +0100 Subject: [PATCH] Fix show more btn condition --- src/components/ChainApps.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChainApps.tsx b/src/components/ChainApps.tsx index 6f8f379..b6cff51 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)} - {appButtons.length > 3 &&