diff --git a/src/ageAssurance/components/DataUnavailableScreen.tsx b/src/ageAssurance/components/DataUnavailableScreen.tsx index 6ed49aeea9..5f4f9b84c2 100644 --- a/src/ageAssurance/components/DataUnavailableScreen.tsx +++ b/src/ageAssurance/components/DataUnavailableScreen.tsx @@ -3,6 +3,7 @@ import {useLingui} from '@lingui/react/macro' import {usePdsClient, useSessionApi} from '#/state/session' import {Error} from '#/components/Error' +import {EmojiSad_Stroke2_Corner0_Rounded as EmojiSad} from '#/components/icons/Emoji' import {refetchOtherRequiredData} from '#/ageAssurance/data' import {IS_WEB} from '#/env' @@ -25,6 +26,7 @@ export function DataUnavailableScreen() { return ( title?: string message?: string onRetry?: () => unknown @@ -44,6 +47,7 @@ export function Error({ {paddingTop: 175, paddingBottom: 110}, ]}> + {Icon && } {title}