Skip to content

Commit

Permalink
Update media/CfgEditor/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dayo09 authored Sep 26, 2023
1 parent 3485a0e commit f4ce94b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media/CfgEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ function registerOptimizeOptions() {
});

for (const optName in oneOptimizationList) {
if (!Object.prototype.hasOwnProperty.call(oneOptimizationList, optName)) {
continue;
}
if (!Object.prototype.hasOwnProperty.call(oneOptimizationList, optName)) {
continue;
}
let row = document.createElement("vscode-data-grid-row");

let cellSwitch = document.createElement("vscode-data-grid-cell");
Expand Down

0 comments on commit f4ce94b

Please sign in to comment.