From 62583653061f53a517f3211791f5ea0c7301abf6 Mon Sep 17 00:00:00 2001 From: Josh Willis <168561922+josh-willis-arcadis@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:57:18 -0600 Subject: [PATCH] use correct place var in FromToPicker --- lib/components/viewers/nearby/nearby-view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/viewers/nearby/nearby-view.tsx b/lib/components/viewers/nearby/nearby-view.tsx index 9c1d307bb..239bbf068 100644 --- a/lib/components/viewers/nearby/nearby-view.tsx +++ b/lib/components/viewers/nearby/nearby-view.tsx @@ -104,7 +104,7 @@ const getNearbyItem = (place: any, feeds?: any[]) => { } const fromTo = ( )