From 4fa09e31c808616869897fa6e649044f3ab59a41 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 27 Jul 2025 11:11:04 +0000 Subject: [PATCH] make property image clickable --- crawler/frontend/src/components/Map.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crawler/frontend/src/components/Map.tsx b/crawler/frontend/src/components/Map.tsx index db966b6..7471f97 100644 --- a/crawler/frontend/src/components/Map.tsx +++ b/crawler/frontend/src/components/Map.tsx @@ -256,7 +256,9 @@ export function Map( const lastSeenDays = Math.round((new Date() - new Date(lastSeenStr)) / (1000 * 60 * 60 * 24)); return
- + + +
Available from: