diff --git a/src/frontend/src/components/dashboard/widgets/QueryCountDashboardWidget.tsx b/src/frontend/src/components/dashboard/widgets/QueryCountDashboardWidget.tsx index ced5d7f711..542b65e346 100644 --- a/src/frontend/src/components/dashboard/widgets/QueryCountDashboardWidget.tsx +++ b/src/frontend/src/components/dashboard/widgets/QueryCountDashboardWidget.tsx @@ -72,18 +72,24 @@ function QueryCountWidget({ [modelProperties, params] ); - // TODO: Improve visual styling - return ( - - - + + + {title} + + {query.isFetching ? ( ) : ( - {query.data?.count ?? '-'} + {query.data?.count ?? '-'} )} {modelProperties?.url_overview && (