Skip to content

Commit c2c5f3b

Browse files
authored
test: fix react16 test app (#683)
1 parent 2438447 commit c2c5f3b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/for-tests-react-16/src/AppWithoutRouter.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ function Routing() {
5252
window.addEventListener("popstate", onLocationChange);
5353
}, [setCurrentPath]);
5454

55-
if (emailVerificationMode !== "OFF" && EmailVerificationPreBuiltUI.canHandleRoute()) {
56-
return EmailVerificationPreBuiltUI.getRoutingComponent();
57-
}
58-
5955
if (canHandleRoute(recipePreBuiltUIList)) {
6056
return <BaseComponent>{getRoutingComponent(recipePreBuiltUIList)}</BaseComponent>;
6157
}

0 commit comments

Comments
 (0)