diff --git a/apps/stats-web/src/app/(home)/DashboardContainer.tsx b/apps/stats-web/src/app/(home)/DashboardContainer.tsx index 576e02689..9d374e93d 100644 --- a/apps/stats-web/src/app/(home)/DashboardContainer.tsx +++ b/apps/stats-web/src/app/(home)/DashboardContainer.tsx @@ -23,7 +23,7 @@ export const DashboardContainer: React.FunctionComponent = () => {

- Last updated: {dashboardData?.now?.date !== undefined && } {dashboardData?.now?.date !== undefined && } + Last updated: {!!dashboardData?.now?.date && } {!!dashboardData?.now?.date && }