Skip to content

Commit

Permalink
test: fix react16 test app (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed May 3, 2023
1 parent 2438447 commit c2c5f3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/for-tests-react-16/src/AppWithoutRouter.js
Expand Up @@ -52,10 +52,6 @@ function Routing() {
window.addEventListener("popstate", onLocationChange);
}, [setCurrentPath]);

if (emailVerificationMode !== "OFF" && EmailVerificationPreBuiltUI.canHandleRoute()) {
return EmailVerificationPreBuiltUI.getRoutingComponent();
}

if (canHandleRoute(recipePreBuiltUIList)) {
return <BaseComponent>{getRoutingComponent(recipePreBuiltUIList)}</BaseComponent>;
}
Expand Down

0 comments on commit c2c5f3b

Please sign in to comment.