We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7819d42 commit ca40b6fCopy full SHA for ca40b6f
frontend/src/features/public-form/PublicFormProvider.tsx
@@ -732,10 +732,7 @@ export const PublicFormProvider = ({
732
data?.form?.authType !== FormAuthType.NIL &&
733
!enableSingpassMrfFeatureFlag
734
735
- if (
736
- isFormNotFound ||
737
- isNonMultirespondentFormWithPreviousSubmissionId
738
- ) {
+ if (isFormNotFound || isNonMultirespondentFormWithPreviousSubmissionId) {
739
const title = t('features.publicForm.errors.notFound')
740
return {
741
title,
0 commit comments