From aa673bca94759a9b7843c001c14d83588ca587e5 Mon Sep 17 00:00:00 2001
From: Terijaki <590522+terijaki@users.noreply.github.com>
Date: Sun, 26 Jul 2026 09:24:53 +0200
Subject: [PATCH] Fix match map links to include nested SAMS address fields.
Matches was spreading the location object into MapsLink, which expects flat street/postal/city props, so Apple/Google links only contained the venue name.
---
app/src/components/Matches.tsx | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/app/src/components/Matches.tsx b/app/src/components/Matches.tsx
index 795d8cbae..f17188b99 100644
--- a/app/src/components/Matches.tsx
+++ b/app/src/components/Matches.tsx
@@ -91,7 +91,14 @@ export default function Matches({
)}
{match.location && (
-
+
)}
@@ -237,7 +244,14 @@ export default function Matches({
{match.location && (
-
+
)}