From ac6eda063a2df0bea01cf38b4028f1d623dde3ad Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 6 Oct 2025 11:35:27 +0700 Subject: [PATCH] fix: tittle recent when no result found --- web-app/src/containers/LeftPanel.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web-app/src/containers/LeftPanel.tsx b/web-app/src/containers/LeftPanel.tsx index a7be18576..1c91f610d 100644 --- a/web-app/src/containers/LeftPanel.tsx +++ b/web-app/src/containers/LeftPanel.tsx @@ -154,7 +154,6 @@ const LeftPanel = () => { } }, [setLeftPanel, open]) - const currentPath = useRouterState({ select: (state) => state.location.pathname, }) @@ -581,6 +580,10 @@ const LeftPanel = () => { {filteredThreads.length === 0 && searchTerm.length > 0 && (
+ + {t('common:recents')} + +