From d9aa1ab6831394138b031b02f65d0d12e147d986 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:19:28 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index cff7544..ece43ea 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -261,7 +261,7 @@ function Dashboard() {
{c.label}
-
{loading ? "—" : c.value}
+
{loading ? "—" : c.value}
))}