Skip to content

Commit 3bd13ff

Browse files
committed
fix prettier
1 parent 3c18992 commit 3bd13ff

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/libs/Navigation/AppNavigator/AuthScreens.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,12 @@ function AuthScreens({session, lastOpenedPublicRoomID, initialLastUpdateIDApplie
323323
setIsDelegatorFromOldDotIsReady(true);
324324
});
325325
} else {
326-
const reportID = getReportIDFromLink(initialURL ?? null);
327-
if (reportID && !isAuthenticatedAtStartup) {
328-
Report.openReport(reportID);
329-
// Don't want to call `openReport` again when logging out and then logging in
330-
setIsAuthenticatedAtStartup(true);
331-
}
326+
const reportID = getReportIDFromLink(initialURL ?? null);
327+
if (reportID && !isAuthenticatedAtStartup) {
328+
Report.openReport(reportID);
329+
// Don't want to call `openReport` again when logging out and then logging in
330+
setIsAuthenticatedAtStartup(true);
331+
}
332332
App.openApp();
333333
}
334334
} else {

0 commit comments

Comments
 (0)