Skip to content

Commit 5ec56df

Browse files
committed
lint
1 parent 2c85362 commit 5ec56df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/projects/routes.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const projectRoutes = (
3838
path="/projects"
3939
render={() => (
4040
<Switch>
41+
<Route path="/projects/:projectId/attachments/:attachmentId" render={renderApp(<FileDownloadWithAuth />, null)} />
4142
<Route path="/projects/:projectId" render={renderApp(<TopBarContainer toolbar={ProjectToolBar} />, <ProjectDetailWithAuth />)} />
4243
<Route path="/projects" render={renderApp(<TopBarContainer toolbar={ProjectsToolBar} />, <ProjectsWithAuth />)} />
4344
</Switch>

0 commit comments

Comments
 (0)