Skip to content

Commit 6848717

Browse files
committed
fix prettier
1 parent 913ad21 commit 6848717

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
@@ -326,12 +326,12 @@ function AuthScreens({session, lastOpenedPublicRoomID, initialLastUpdateIDApplie
326326
});
327327
} else {
328328
const reportID = getReportIDFromLink(initialURL ?? null);
329-
if (reportID && !isAuthenticatedAtStartup) {
330-
Report.openReport(reportID);
331-
// Don't want to call `openReport` again when logging out and then logging in
332-
setIsAuthenticatedAtStartup(true);
333-
}
334-
App.openApp();
329+
if (reportID && !isAuthenticatedAtStartup) {
330+
Report.openReport(reportID);
331+
// Don't want to call `openReport` again when logging out and then logging in
332+
setIsAuthenticatedAtStartup(true);
333+
}
334+
App.openApp();
335335
}
336336
} else {
337337
Log.info('[AuthScreens] Sending ReconnectApp');

0 commit comments

Comments
 (0)