Fix compiling on visionOS

This commit is contained in:
Shadowfacts 2024-12-26 17:44:41 -05:00
parent 7c43261f9c
commit 20e7d9ed10
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ struct TrendingLinkCardView: View {
let card: Card
private var imageURL: URL? {
card.image
card.image.flatMap { URL($0) }
}
private var descriptionText: String {