diff --git a/react/features/conference/functions.js b/react/features/conference/functions.js index 58773a68f80e..0149f6269b50 100644 --- a/react/features/conference/functions.js +++ b/react/features/conference/functions.js @@ -43,8 +43,8 @@ export function shouldDisplayNotifications(stateful) { const state = toState(stateful); const isAnyOverlayVisible = Boolean(getOverlayToRender(state)); const { calleeInfoVisible } = state['features/invite']; - +// return areThereNotifications(state) && !isAnyOverlayVisible && !calleeInfoVisible; -} +} \ No newline at end of file