From 69bed7745833add72cfe1b1516a61f62460b1765 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sun, 24 Dec 2023 20:01:52 -0500 Subject: Implement movieDetailView --- Jel/Views/Library/LibraryIconView.swift | 2 -- 1 file changed, 2 deletions(-) (limited to 'Jel/Views/Library/LibraryIconView.swift') diff --git a/Jel/Views/Library/LibraryIconView.swift b/Jel/Views/Library/LibraryIconView.swift index a3f5b55..a849446 100644 --- a/Jel/Views/Library/LibraryIconView.swift +++ b/Jel/Views/Library/LibraryIconView.swift @@ -32,8 +32,6 @@ struct LibraryIconView: View { if let image = state.image { image .resizable() - } else if state.error != nil { - Color.red } else { if let content = placeHolder { content -- cgit v1.2.3