We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef62f0f commit 6777e3dCopy full SHA for 6777e3d
src/components/app.js
@@ -99,7 +99,7 @@ const App = () => {
99
{ user !== null ? (
100
<Switch>
101
<Route exact path="/">
102
- <StudyManager onStudyClick={name => studyClickHandler(name)}/>)
+ <StudyManager onStudyClick={name => studyClickHandler(name)}/>
103
</Route>
104
<Route exact path="/studies/:studyName">
105
<StudyPane/>
0 commit comments