Skip to content

Commit

Permalink
Fix options menu not opening
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoFPV committed Oct 1, 2019
1 parent 4d67e12 commit c84eec0
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 c84eec0

Please sign in to comment.