upd
This commit is contained in:
@@ -21,7 +21,7 @@ function FloorPopup({ title, position }: FloorMarkerProps) {
|
||||
<div className="2xl:space-y-[0.556vw]">
|
||||
<div className="flex 2xl:gap-[0.556vw] gap-2">
|
||||
<p className="font-medium text-h5">
|
||||
{!Number.isNaN(+title)
|
||||
{Number.isNaN(+title.split(" ").at(-1)!)
|
||||
? title
|
||||
: `${title.split(" ").at(-1)} floor`}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user