Skip to content

Commit 6777e3d

Browse files
committed
fix spurious parenthesis
Signed-off-by: Jon Harper <[email protected]>
1 parent ef62f0f commit 6777e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const App = () => {
9999
{ user !== null ? (
100100
<Switch>
101101
<Route exact path="/">
102-
<StudyManager onStudyClick={name => studyClickHandler(name)}/>)
102+
<StudyManager onStudyClick={name => studyClickHandler(name)}/>
103103
</Route>
104104
<Route exact path="/studies/:studyName">
105105
<StudyPane/>

0 commit comments

Comments
 (0)