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)} )}