From c5e29de0e9acfac5508ea2b2ea88d5346a389af6 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Fri, 13 Dec 2024 20:10:50 +0200 Subject: [PATCH] fix css --- src/components/Group/Group.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Group/Group.tsx b/src/components/Group/Group.tsx index aeca862..1b656dc 100644 --- a/src/components/Group/Group.tsx +++ b/src/components/Group/Group.tsx @@ -745,7 +745,7 @@ export const Group = ({ secretKeyToPublish && secretKey && lastFetchedSecretKey.current && - Date.now() - lastFetchedSecretKey.current < 1800000 + Date.now() - lastFetchedSecretKey.current < 600000 ) return secretKey; if (loadingGroupParam) { @@ -2337,7 +2337,7 @@ export const Group = ({ style={{ display: "flex", width: "100%", - height: "100$", + height: "100%", flexDirection: "column", alignItems: "flex-start", padding: "20px",