This commit is contained in:
PhilReact 2024-12-13 20:10:50 +02:00
parent c5593ac545
commit c5e29de0e9

View File

@ -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",