fix typo in Public.js component
This commit is contained in:
parent
6640da895d
commit
62f769c805
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { Route, Redirect } from 'react-router-dom';
|
||||||
|
|
||||||
const Public = ({ loggingIn, authenticated, component, path, exact, ...rest }) => (
|
const Public = ({ loggingIn, authenticated, component, path, exact, ...rest }) => (
|
||||||
<Route
|
<Route
|
||||||
parth={path}
|
path={path}
|
||||||
exact={exact}
|
exact={exact}
|
||||||
render={props => (
|
render={props => (
|
||||||
!authenticated ?
|
!authenticated ?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue