From 091fd4ef38c120b5decb097fc8a3d1eb20691407 Mon Sep 17 00:00:00 2001 From: Micha Date: Sun, 7 Dec 2025 17:05:51 +0100 Subject: [PATCH] Sparkle fixes --- Sources/Views/Cells/InfoCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Views/Cells/InfoCell.swift b/Sources/Views/Cells/InfoCell.swift index ac4e8f3..a74d37d 100644 --- a/Sources/Views/Cells/InfoCell.swift +++ b/Sources/Views/Cells/InfoCell.swift @@ -27,6 +27,7 @@ struct InfoCell: View { } } + // if let subtext { // Text(subtext) // .font(.caption)