master
Gorji 3 years ago
parent b6c32a8dfa
commit 3323acd00b
  1. 3
      src/AppRouter.js

@ -47,7 +47,8 @@ class AppRouter extends Component {
this.props.profile ? ( this.props.profile ? (
<Home /> <Home />
) : ( ) : (
<Auth page={"profile"} /> <Auth />
// <Auth page={"profile"} />
) )
) : ( ) : (
<Auth /> <Auth />

Loading…
Cancel
Save