From bec7943e058fb8b1d16610ed71eb314c58cb2395 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 31 Jan 2026 19:36:31 +0200 Subject: [PATCH] feat(mobile/tab_switcher): hide icon for new tab --- apps/client/src/widgets/mobile_widgets/TabSwitcher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/mobile_widgets/TabSwitcher.tsx b/apps/client/src/widgets/mobile_widgets/TabSwitcher.tsx index 7f80360ee..c779a5804 100644 --- a/apps/client/src/widgets/mobile_widgets/TabSwitcher.tsx +++ b/apps/client/src/widgets/mobile_widgets/TabSwitcher.tsx @@ -129,7 +129,7 @@ function Tab({ noteContext, containerRef, selectTab, activeNtxId }: { }} >
- + {note && } {noteContext.note?.title ?? t("tab_row.new_tab")}