Skip to content

Commit

Permalink
fix: Adding {} -may help or not
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneJuhola committed Dec 12, 2024
1 parent 4ba9b6f commit 151efdb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const PageContent: React.FC = () => {
if (isSubmittedApplication) {
return (
<>
application.status === && APPLICATION_STATUSES.INFO_REQUIRED ? (
{application.status === && APPLICATION_STATUSES.INFO_REQUIRED ? (
<NotificationView
applicationId={application.id}
title={t('common:notifications.applicationReSubmitted.label')}
Expand All @@ -178,6 +178,7 @@ const PageContent: React.FC = () => {
})}
/>
)
}

{router.locale === SUPPORTED_LANGUAGES.FI && (
<Container>
Expand Down

0 comments on commit 151efdb

Please sign in to comment.