Skip to content

Commit

Permalink
Remove extra settings header
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcgivery committed Dec 21, 2023
1 parent e05f829 commit 4916829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ class DividerSettingTab extends PluginSettingTab {
});
containerEl.createEl("hr");

containerEl.createEl("h2", { text: "Configure dividers" });
const dividersContainerEl = containerEl.createDiv("dividers-container");

Object.keys(this.plugin.settings.dividers).forEach((dividerId) => {
Expand Down

0 comments on commit 4916829

Please sign in to comment.