Skip to content

Commit ef5a1f7

Browse files
clean-up
1 parent e45334c commit ef5a1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Sidebar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SidebarContainer extends Component {
3030

3131
// if we're viewing a specific project,
3232
// or we're viewing the self serve page,
33-
// or if the project is already loading,
33+
// or if the project is already loading,
3434
// don't load the projects
3535
if (!!projectId || selfServe || isLoading) {
3636
// if we're not in the middle of loading,

0 commit comments

Comments
 (0)