Skip to content

Commit

Permalink
Fix user status in the top bar with dark theme
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Schwan <[email protected]>
  • Loading branch information
CarlSchwan committed Sep 9, 2022
1 parent 76d0165 commit f3ec1d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/user_status/src/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const propsData = {
},
user: avatarDiv.dataset.user,
displayName: avatarDiv.dataset.displayname,
url: avatarDiv.dataset.avatar,
disableMenu: true,
disableTooltip: true,
}
Expand Down

0 comments on commit f3ec1d3

Please sign in to comment.