Skip to content

Commit

Permalink
un private
Browse files Browse the repository at this point in the history
  • Loading branch information
corscheparrera committed Jul 9, 2018
1 parent 8755b5b commit 675593c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ export default class App extends Component {
return (
<BrowserRouter>
<div>
<PrivateRoute
<Route
path="/chat"
component={Main}
authenticated={this.state.authenticated}
// authenticated={this.state.authenticated}
/>

<Route path="/charge" component={Payment} />
Expand Down

0 comments on commit 675593c

Please sign in to comment.