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