From 7b28683e735b765819ccae9ffaa9fcafef3f3994 Mon Sep 17 00:00:00 2001 From: kenneth Date: Fri, 24 Oct 2025 23:09:12 +0000 Subject: [PATCH] fix(dashboard): tfl status loading state --- apps/dashboard/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/App.tsx b/apps/dashboard/src/App.tsx index ec7c305..2952e8a 100644 --- a/apps/dashboard/src/App.tsx +++ b/apps/dashboard/src/App.tsx @@ -225,7 +225,7 @@ function TFLTile() { if (isLoadingTFL) { return ( - +

Loading TfL

)