From caf4bf4eff8aba96782504ad5f6600e2cf9639df Mon Sep 17 00:00:00 2001 From: jkingsman Date: Tue, 24 Mar 2026 16:32:19 -0700 Subject: [PATCH] Fix linting --- frontend/src/components/PathModal.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/PathModal.tsx b/frontend/src/components/PathModal.tsx index 63aa326..4a2456f 100644 --- a/frontend/src/components/PathModal.tsx +++ b/frontend/src/components/PathModal.tsx @@ -170,7 +170,10 @@ export function PathModal({ ))} {/* Map modal — opens when a "Map route" button is clicked */} - !open && setMapModalIndex(null)}> + !open && setMapModalIndex(null)} + >