Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hungvu193 committed Jul 17, 2023
1 parent 4e02c35 commit 00e18fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Report/RoomNamePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function RoomNamePage(props) {
onEntryTransitionEnd={() => roomNameInputRef.current && roomNameInputRef.current.focus()}
includeSafeAreaPaddingBottom={false}
>
<FullPageNotFoundView shouldShow={ReportUtils.shouldDisableRename(policy, report)}>
<FullPageNotFoundView shouldShow={ReportUtils.shouldDisableRename(report, policy)}>
<HeaderWithBackButton
title={translate('newRoomPage.roomName')}
onBackButtonPress={() => Navigation.goBack(ROUTES.getReportSettingsRoute(report.reportID))}
Expand Down

0 comments on commit 00e18fc

Please sign in to comment.