fix typo in Public.js component

This commit is contained in:
cleverbeagle 2017-09-30 08:33:44 -05:00
parent 6640da895d
commit 62f769c805

View file

@ -4,7 +4,7 @@ import { Route, Redirect } from 'react-router-dom';
const Public = ({ loggingIn, authenticated, component, path, exact, ...rest }) => (
<Route
parth={path}
path={path}
exact={exact}
render={props => (
!authenticated ?