Skip to content

Commit

Permalink
Merge branch 'bug/public_typo_#74'
Browse files Browse the repository at this point in the history
Fixes #74
  • Loading branch information
cleverbeagle committed Sep 30, 2017
2 parents 6640da8 + 62f769c commit 541b707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/components/Public/Public.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
Expand Down

0 comments on commit 541b707

Please sign in to comment.