From a41f694ff1a33e85e7042e0148ff2e8e79a52f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Wallner-G=C3=A9hri?= <68284225+mpwg@users.noreply.github.com> Date: Fri, 1 May 2026 11:09:38 +0200 Subject: [PATCH] Fix release preview card build (#328) --- Symi/Sources/Features/Home/HomeView.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Symi/Sources/Features/Home/HomeView.swift b/Symi/Sources/Features/Home/HomeView.swift index 59b4210..516d0ad 100644 --- a/Symi/Sources/Features/Home/HomeView.swift +++ b/Symi/Sources/Features/Home/HomeView.swift @@ -614,7 +614,6 @@ private struct HomeInsightCardData: Identifiable, Equatable { } } -#if DEBUG static let previewCards = [ HomeInsightCardData( id: "weekday", @@ -631,7 +630,6 @@ private struct HomeInsightCardData: Identifiable, Equatable { tint: .coral ) ] -#endif } private struct HomeMonthCalendarView: View {