Skip to content

Commit

Permalink
Update tabbar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 14, 2021
1 parent 96ba6a7 commit 7eb8a45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion war/src/main/js/widgets/config/tabbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export var addTabs = function(configTable, options) {
}

var section;

for (var i = 0; i < configTableMetadata.sections.length; i++) {
section = configTableMetadata.sections[i];
var tab = newTab(section);
Expand Down

0 comments on commit 7eb8a45

Please sign in to comment.