Skip to content

Commit ca40b6f

Browse files
committed
fixed FE lint
1 parent 7819d42 commit ca40b6f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

frontend/src/features/public-form/PublicFormProvider.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -732,10 +732,7 @@ export const PublicFormProvider = ({
732732
data?.form?.authType !== FormAuthType.NIL &&
733733
!enableSingpassMrfFeatureFlag
734734

735-
if (
736-
isFormNotFound ||
737-
isNonMultirespondentFormWithPreviousSubmissionId
738-
) {
735+
if (isFormNotFound || isNonMultirespondentFormWithPreviousSubmissionId) {
739736
const title = t('features.publicForm.errors.notFound')
740737
return {
741738
title,

0 commit comments

Comments
 (0)