Pull request #2518: fix(TEAMMSBMOB-22925): убрана метрика появления модалки
Merge in MCB_FE/mcb-platform-monorepo from hotfix/TEAMMSBMOB-22925 to release-1.10.2 * commit '8303614aa7101c4bef5a93c2e9c351740caab605': fix(TEAMMSBMOB-22925): убрана метрика появления модалки
This commit is contained in:
-1
@@ -56,7 +56,6 @@ const BlockingNotificationModal = ({ notifications }: Props): ReactElement => {
|
||||
if (shouldShow && !isModalOpen) {
|
||||
const timer = setTimeout(() => {
|
||||
setIsModalOpen(true);
|
||||
handleReachGoal(YM_GOALS.VIEW_ELEMENT, { [YM_GOALS.VIEW_ELEMENT]: { element_name: 'blocking_modal' } });
|
||||
}, DELAY_MS);
|
||||
|
||||
return () => clearTimeout(timer);
|
||||
|
||||
Reference in New Issue
Block a user