Skip to content

Commit 2129184

Browse files
committed
fix(typo): Remove unused dom
1 parent 5ed1405 commit 2129184

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/settings.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,6 @@ export class InvioSettingTab extends PluginSettingTab {
483483
this.hide();
484484
});
485485
})
486-
} else {
487-
new Setting(updateDiv)
488-
.setName('update')
489-
.setDesc('latest version')
490486
}
491487
})
492488

0 commit comments

Comments
 (0)