Skip to content

Commit

Permalink
fix: No response when clicking back button and link on not found page
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Sep 12, 2024
1 parent 336e478 commit 07190e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/EditReportFieldPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ function EditReportFieldPage({route, policy, report}: EditReportFieldPageProps)
shouldEnableMaxHeight
testID={EditReportFieldPage.displayName}
>
<FullPageNotFoundView
shouldShow
onBackButtonPress={() => {}}
onLinkPress={() => {}}
/>
<FullPageNotFoundView shouldShow />
</ScreenWrapper>
);
}
Expand Down

0 comments on commit 07190e1

Please sign in to comment.