diff --git a/components/dashboard-analysis-card.tsx b/components/dashboard-analysis-card.tsx index 4d71f99..e1e83f0 100644 --- a/components/dashboard-analysis-card.tsx +++ b/components/dashboard-analysis-card.tsx @@ -182,9 +182,9 @@ export function DashboardAnalysisCard({ analyses, runs, workouts }: Props) { {d.getDate()} {!selected && (hasRun || hasWorkout || hasAnalysis) && ( - {hasRun && } - {hasWorkout && } - {hasAnalysis && } + {hasRun && } + {hasWorkout && } + {hasAnalysis && } )} @@ -194,13 +194,13 @@ export function DashboardAnalysisCard({ analyses, runs, workouts }: Props) {