Skip to content

Commit

Permalink
removed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
StoianLucian committed Mar 21, 2024
1 parent 1ad51e9 commit 78d7ab9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coral-component-shell/src/scripts/ShellMenuBarItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,6 @@ class ShellMenuBarItem extends BaseComponent(HTMLElement) {
if (this.menu !== null) {
this.menu = this.menu;
}

let shellMenuButtonIcon = this._elements.shellMenuButton.getElementsByTagName('coral-icon')[0];

commons.nextFrame(() => {
let shellMenuButtonIcon = this._elements.shellMenuButton.getElementsByTagName('coral-icon')[0];
Expand Down

0 comments on commit 78d7ab9

Please sign in to comment.