diff --git a/src/extensions/components/registration/preselectionDrawer/preselectionDrawer.tsx b/src/extensions/components/registration/preselectionDrawer/preselectionDrawer.tsx index dc88c4b6a..535e90dd8 100644 --- a/src/extensions/components/registration/preselectionDrawer/preselectionDrawer.tsx +++ b/src/extensions/components/registration/preselectionDrawer/preselectionDrawer.tsx @@ -155,28 +155,30 @@ export const PreselectionDrawer = () => { /> ) : ( <> - - {t('registration.topic.summary')} - + {preselectedTopic || hasTopicError ? ( + + {t('registration.topic.summary')} + + ) : null} {hasTopicError ? ( - ) : ( + ) : preselectedAgency ? ( - {preselectedTopic.name} + {preselectedTopic?.name} - )} + ) : null}