Skip to content

Commit 66ad79b

Browse files
committed
remove uncomment
1 parent 2e41498 commit 66ad79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DeeplinkWrapper/index.website.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function DeeplinkWrapper({children, isAuthenticated, autoAuthState, initialUrl}:
7575
isUnsupportedDeeplinkRoute ||
7676
hasShownPrompt ||
7777
isConnectionCompleteRoute ||
78-
// CONFIG.ENVIRONMENT === CONST.ENVIRONMENT.DEV ||
78+
CONFIG.ENVIRONMENT === CONST.ENVIRONMENT.DEV ||
7979
autoAuthState === CONST.AUTO_AUTH_STATE.NOT_STARTED ||
8080
Session.isAnonymousUser()
8181
) {

0 commit comments

Comments
 (0)