Skip to content

Commit

Permalink
feat: add onclick event on actions, revert compact option for product…
Browse files Browse the repository at this point in the history
… switch (#1458)
  • Loading branch information
dariadomagala-sap authored Nov 7, 2022
1 parent 833da87 commit ec68eb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Shellbar/Shellbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class Shellbar extends Component {

//Add the notification icon to the notifications object and add it to the list
//The notifications are placed after the additional actions

if (this.props.notifications) {
let collapsedNotifications = this.props.notifications;
collapsedNotifications.glyph = 'bell';
Expand All @@ -65,7 +64,6 @@ class Shellbar extends Component {

//Add the grid icon to the product switch object and add it to the list
//The product switch is placed after the notifications

if (this.props.productSwitch) {
let collapsedProductSwitch = this.props.productSwitch;

Expand Down

0 comments on commit ec68eb0

Please sign in to comment.