diff --git a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/summary/components/AddressSummary.tsx b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/summary/components/AddressSummary.tsx index fa1e6f0c89..5689c22999 100644 --- a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/summary/components/AddressSummary.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/summary/components/AddressSummary.tsx @@ -8,6 +8,7 @@ import { timeSince } from "@/lib/time"; import { getContactIdentifier } from "@/lib/utils/contact"; import { ArrayResponse } from "@/modules/ui/components/array-response"; import { PersonAvatar } from "@/modules/ui/components/avatars"; +import { EmptyState } from "@/modules/ui/components/empty-state"; import { QuestionSummaryHeader } from "./QuestionSummaryHeader"; interface AddressSummaryProps { @@ -29,42 +30,48 @@ export const AddressSummary = ({ questionSummary, environmentId, survey, locale
+ {getContactIdentifier(response.contact, response.contactAttributes)} +
+ + ) : ( +{t("common.anonymous")}
- {getContactIdentifier(response.contact, response.contactAttributes)} -
- - ) : ( -{t("common.anonymous")}
-+ {getContactIdentifier(response.contact, response.contactAttributes)} +
+ + ) : ( +{t("common.anonymous")}
- {getContactIdentifier(response.contact, response.contactAttributes)} -
- - ) : ( -{t("common.anonymous")}
-- {getContactIdentifier(response.contact, response.contactAttributes)} -
- - ) : ( -{t("common.anonymous")}
-+ {getContactIdentifier(response.contact, response.contactAttributes)} +
+ + ) : ( +{t("common.anonymous")}
+- {getContactIdentifier(response.contact, response.contactAttributes)} -
- - ) : ( -{t("common.anonymous")}
-{fileName}
-- {t("common.skipped")} -
-+ {getContactIdentifier(response.contact, response.contactAttributes)} +
+ + ) : ( +{t("common.anonymous")}
+{fileName}
++ {t("common.skipped")} +
+- {getContactIdentifier(response.contact, response.contactAttributes)} -
- - ) : ( -{t("common.anonymous")}
-+ {getContactIdentifier(response.contact, response.contactAttributes)} +
+ + ) : ( +{t("common.anonymous")}
+