diff --git a/src/dashboard.tsx b/src/dashboard.tsx index a0dcb32..1849e94 100644 --- a/src/dashboard.tsx +++ b/src/dashboard.tsx @@ -702,9 +702,17 @@ function InteractiveDashboard({ initialProjects, initialPeriod, initialProvider, if (loading) { return ( - - Loading {PERIOD_LABELS[period]}... - + + {view === 'compare' + ? + + Model Comparison + + Loading {PERIOD_LABELS[period]} model data... + + + : Loading {PERIOD_LABELS[period]}...} + {view !== 'compare' && } ) }