Merge branch 'bug/public_typo_#74'

Fixes #74
This commit is contained in:
cleverbeagle 2017-09-30 08:33:58 -05:00
commit 541b7075f9

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 ?