Skip to content

Commit

Permalink
resolve lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-a-b committed Aug 5, 2024
1 parent cf51c7f commit 0047ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Navigation/AppNavigator/AuthScreens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function AuthScreens({session, lastOpenedPublicRoomID, initialLastUpdateIDApplie

if (!initialReportID) {
const initialReport = ReportUtils.findLastAccessedReport(!canUseDefaultRooms, shouldOpenOnAdminRoom(), activeWorkspaceID);
initialReportID = initialReport?.reportID ?? "";
initialReportID = initialReport?.reportID ?? '';
}

isInitialRender.current = false;
Expand Down

0 comments on commit 0047ab6

Please sign in to comment.