From a374523c7d081cef155b34c0e6c5e96b36e4e4c0 Mon Sep 17 00:00:00 2001 From: TaduJR Date: Mon, 24 Nov 2025 15:38:29 +0300 Subject: [PATCH] fix: Reports - Missing icon next to Get realtime updates and alerts on Reports > Trip --- src/pages/Search/EmptySearchView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Search/EmptySearchView.tsx b/src/pages/Search/EmptySearchView.tsx index 3227880162a51..42e8e00400fcf 100644 --- a/src/pages/Search/EmptySearchView.tsx +++ b/src/pages/Search/EmptySearchView.tsx @@ -292,7 +292,7 @@ function EmptySearchViewContent({ ); - }, [contextMenuAnchor, handleContextMenuAnchorRef, styles, translate]); + }, [contextMenuAnchor, handleContextMenuAnchorRef, styles, translate, tripsFeatures]); // Default 'Folder' lottie animation, along with its background styles const defaultViewItemHeader = useMemo(