There was an error while loading. Please reload this page.
1 parent 59d1444 commit bf7e1f1Copy full SHA for bf7e1f1
1 file changed
src/components/data-entry/GoalCard.tsx
@@ -10,7 +10,7 @@ import styles from "./GoalCard.module.css";
10
11
import { useRouter } from "next/router";
12
13
-export default function BenchmarksContainer({
+export default function GoalCard({
14
benchmarks,
15
}: {
16
benchmarks: Benchmark | undefined;
0 commit comments