Skip to content

Commit

Permalink
Added link to redirect to uploads page #14
Browse files Browse the repository at this point in the history
  • Loading branch information
hoslack committed Feb 14, 2018
1 parent 3fdc54a commit 94f20c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/LocationForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LocationForm extends Component {
}
render() {
if (this.state.redirect) {
return <Redirect to="/" />;
return <Redirect to="/upload" />;
}
return (
<div className="ph3 pv4">
Expand Down

0 comments on commit 94f20c1

Please sign in to comment.