update display
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 6m40s

This commit is contained in:
2025-12-06 18:34:39 -05:00
parent 40634e58b3
commit 2997df66b4

View File

@@ -33,7 +33,7 @@ const StatsList = ({
</Text> </Text>
</VStack> </VStack>
<Flex w="80%" flexDirection={{ base: "column", md: "row" }} gap={4}> <Flex w="80%" flexDirection={{ base: "column", md: "row" }} gap={4}>
{groups ? ( {groups && groups >= 0 ? (
<SingleStatComponent <SingleStatComponent
loading={loading} loading={loading}
title="Groups Bot Helped" title="Groups Bot Helped"