Skip to content

Commit

Permalink
Remove unused state object in notification banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacaluso711 committed Jul 19, 2021
1 parent 15f500b commit beeeb57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ids-notification-banner/ids-notification-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ class IdsNotificationBanner extends mix(IdsElement).with(
*/
constructor() {
super();

this.state = {};
}

/**
Expand Down

0 comments on commit beeeb57

Please sign in to comment.