From 6c22bd34fae1006694d0f0e5bff85e49e666ba48 Mon Sep 17 00:00:00 2001 From: zain Date: Thu, 24 Oct 2019 15:34:55 -0700 Subject: [PATCH] something --- react/features/conference/functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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