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 <carl@carlschwan.eu>
  • Loading branch information
CarlSchwan committed Sep 8, 2022
1 parent 878a391 commit f4df52a
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 f4df52a

Please sign in to comment.