diff --git a/bigbluebutton-html5/imports/ui/components/notifications-bar/component.jsx b/bigbluebutton-html5/imports/ui/components/notifications-bar/component.jsx index ab4d397c1fb5a560577f19153ad1b480f79a5dff..2d80bdfab256c150860635cae4a8f4b3e9cdda3f 100644 --- a/bigbluebutton-html5/imports/ui/components/notifications-bar/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/notifications-bar/component.jsx @@ -23,7 +23,7 @@ const NotificationsBar = (props) => { alert, } = props; - const hasColor = COLORS[color]; + const hasColor = COLORS.includes(color); return ( <div