update everything. use npm instead of yarn.

This commit is contained in:
Katie Thornhill 2019-11-20 00:17:07 -05:00
parent 36af7ac8f2
commit 77f81dc8b6
No known key found for this signature in database
GPG key ID: F76EDC6541A99644
7 changed files with 13 additions and 16 deletions

View file

@ -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
[