diff --git a/apps/crew/src/components/competition-settings/registration-questions-editor.tsx b/apps/crew/src/components/competition-settings/registration-questions-editor.tsx
index e79e6d20c..766d4c7dd 100644
--- a/apps/crew/src/components/competition-settings/registration-questions-editor.tsx
+++ b/apps/crew/src/components/competition-settings/registration-questions-editor.tsx
@@ -15,6 +15,7 @@ import {
} from "@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge"
import { DropIndicator } from "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box"
import { zodResolver } from "@hookform/resolvers/zod"
+import { EmptyState } from "@repo/ui/empty-state"
import { useServerFn } from "@tanstack/react-start"
import {
CheckCircle2,
@@ -30,7 +31,6 @@ import { useEffect, useRef, useState } from "react"
import { useForm } from "react-hook-form"
import { toast } from "sonner"
import { z } from "zod"
-import { OrganizerEmptyState } from "@/components/organizer/empty-state"
import {
AlertDialog,
AlertDialogAction,
@@ -921,23 +921,29 @@ export function RegistrationQuestionsEditor({
+ {questionTarget === "volunteer"
+ ? "No volunteer signup questions yet"
+ : "No registration questions yet"}
+
+
{importCopy.changeSummary}
@@ -954,15 +997,6 @@ function IssueList({ ) } -function SummaryMetric({ label, value }: { label: string; value: number }) { - return ( -
{label}
-{value}
-@@ -850,15 +896,6 @@ function QuestionPlanPanel({ ) } -function SummaryMetric({ label, value }: { label: string; value: number }) { - return ( -
{label}
-{value}
-
+
+ {title}
+
@@ -1304,15 +1350,6 @@ function buildClientFileParseIssue(): ImportIssue { } } -function SummaryMetric({ label, value }: { label: string; value: number }) { - return ( -
{label}
-{value}
-
+
+ {title}
+
+ Unable to load score entry data. Please try again. +
+ +