Skip to content

Commit

Permalink
Fix options menu not opening (#1702)
Browse files Browse the repository at this point in the history
Fix options menu not opening
  • Loading branch information
mikeller authored Oct 3, 2019
2 parents d326dd7 + c84eec0 commit 9028595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ function startProcess() {
analytics.setDimension(analytics.DIMENSIONS.CONFIGURATOR_EXPERT_MODE, checked ? 'On' : 'Off');
});

if (FEATURE_CONFIG) {
if (FEATURE_CONFIG && FEATURE_CONFIG.features !== 0) {
updateTabList(FEATURE_CONFIG.features);
}
}).change();
Expand Down

0 comments on commit 9028595

Please sign in to comment.