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 ef5a1f7 commit 272b4afCopy full SHA for 272b4af
src/containers/Sidebar/index.js
@@ -43,10 +43,9 @@ class SidebarContainer extends Component {
43
return
44
}
45
46
- // if we don't have a project id
47
- // and we already have projects in the list,
+ // if we already have projects in the list,
48
// don't load the projects again
49
- if (!projectId && !!projects && !!projects.length) {
+ if (!!projects && !!projects.length) {
50
51
52
0 commit comments