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 e45334c commit ef5a1f7Copy full SHA for ef5a1f7
src/containers/Sidebar/index.js
@@ -30,7 +30,7 @@ class SidebarContainer extends Component {
30
31
// if we're viewing a specific project,
32
// or we're viewing the self serve page,
33
- // or if the project is already loading,
+ // or if the project is already loading,
34
// don't load the projects
35
if (!!projectId || selfServe || isLoading) {
36
// if we're not in the middle of loading,
0 commit comments