Skip to content

Commit

Permalink
fix: remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwente committed Nov 6, 2024
1 parent 4435f70 commit 28129cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _includes/js/switch-view-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
switchView.classList.add('btn-group', 'btn-group-toggle', 'd-flex');
switchView.classList.remove('btn-group-vertical');

buttons.forEach((button) => (button.style.display = ''));
} else {
buttons.forEach((button) => (button.style.display = ''));
}
};
Expand Down

0 comments on commit 28129cb

Please sign in to comment.