From 4023ee9506c05abf69265010d45c8308983d419e Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Wed, 21 May 2025 20:16:27 +0500 Subject: [PATCH] upd --- src/components/FloorPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FloorPopup.tsx b/src/components/FloorPopup.tsx index fc1a9d2..ad298ce 100644 --- a/src/components/FloorPopup.tsx +++ b/src/components/FloorPopup.tsx @@ -21,7 +21,7 @@ function FloorPopup({ title, position }: FloorMarkerProps) {

- {!Number.isNaN(+title) + {Number.isNaN(+title.split(" ").at(-1)!) ? title : `${title.split(" ").at(-1)} floor`}