Skip to content

Commit 592a0f3

Browse files
committed
fix: lint
1 parent 441e6d7 commit 592a0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Projects/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Projects = ({ projects, auth, isLoading, projectsCount, loadProjects, load
2727
if (projectStatus) {
2828
params.status = projectStatus
2929
}
30-
30+
3131
if (isProjectManager) {
3232
params.memberOnly = showOnlyMyProjects
3333
}

0 commit comments

Comments
 (0)