update display
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 6m40s
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 6m40s
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user