From 29460741422229dc20c626eb6edb92e32b8d912f Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:22:59 +0200 Subject: [PATCH] Update lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ConnectionStatus.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../ItemPopupComponents/HeaderView/ConnectionStatus.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ConnectionStatus.tsx b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ConnectionStatus.tsx index e0ded2b1..e30e8f82 100644 --- a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ConnectionStatus.tsx +++ b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ConnectionStatus.tsx @@ -31,10 +31,11 @@ export function ConnectionStatus({ item }: ConnectionStatusProps) { return
✅ Connected
} + const tags = getItemTags(item); return (