From 5cb8a18b839899929565b874ce4147a3a6e9de19 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 8 Aug 2023 22:39:15 -0600 Subject: [PATCH] I N F I N I T Y --- package.json | 2 +- src/components/Stats.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7143ab3..35779b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sprintpadawan", - "version": "1.2.6", + "version": "1.2.7", "description": "Plan. Sprint. Repeat.", "private": true, "scripts": { diff --git a/src/components/Stats.tsx b/src/components/Stats.tsx index 8c8869b..7dccda4 100644 --- a/src/components/Stats.tsx +++ b/src/components/Stats.tsx @@ -48,7 +48,7 @@ const Stats = () => {
Users
{usersCountLoading || usersCountFetching ? ( - + ) : ( <>{usersCount ? usersCount : "0"} )} @@ -59,7 +59,7 @@ const Stats = () => {
Rooms
{roomsCountLoading || roomsCountFetching ? ( - + ) : ( <>{roomsCount ? roomsCount : "0"} )} @@ -70,7 +70,7 @@ const Stats = () => {
Votes
{votesCountLoading || votesCountFetching ? ( - + ) : ( <>{votesCount ? votesCount : "0"} )}