From 696de6939fd4a3352b6c6652d8ccf019e50894db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Sun, 23 Nov 2025 15:19:14 +0300 Subject: [PATCH] Remove informational note from SelectionManager component --- src/components/SelectionManager.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/SelectionManager.tsx b/src/components/SelectionManager.tsx index cc4cca4..43402a0 100644 --- a/src/components/SelectionManager.tsx +++ b/src/components/SelectionManager.tsx @@ -89,11 +89,6 @@ export function SelectionManager({ ))} -
-

- Note: {t('selection.note')} -

-
)