Skip to content

Commit

Permalink
fix: Remove &&
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneJuhola committed Dec 13, 2024
1 parent 151efdb commit d9caf2b
Showing 1 changed file with 1 addition 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 Down

0 comments on commit d9caf2b

Please sign in to comment.