From 7c30ba35e407fe53068c053aa54bce77a8b59eac Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 18 Dec 2022 00:13:56 +0800 Subject: [PATCH] Show total count for fun --- src/components/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index 3704e191..a8fb9d6b 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1196,7 +1196,7 @@ function StatusButton({ {!!count && ( <> {' '} - {shortenNumber(count)} + {shortenNumber(count)} )}