mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-17 02:29:10 +00:00
update everything. use npm instead of yarn.
This commit is contained in:
parent
36af7ac8f2
commit
77f81dc8b6
7 changed files with 13 additions and 16 deletions
|
@ -21,7 +21,7 @@ class _AppRouter extends Component {
|
|||
<Switch>
|
||||
{isLoggedIn === true ? (
|
||||
// YES LOGGED IN
|
||||
<Route path="/s" component={Servers} />
|
||||
<Route path="/s" component={() => <Servers />} />
|
||||
) : (
|
||||
// NOT LOGGED IN
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue