diff options
author | Shav Kinderlehrer <[email protected]> | 2023-12-24 20:01:52 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-12-24 20:01:52 -0500 |
commit | 69bed7745833add72cfe1b1516a61f62460b1765 (patch) | |
tree | 373d6a63cfa3d79b5fce59091822bfe7748bcab9 /Jel/Views/Library/LibraryIconView.swift | |
parent | 9da269a6ab44869e41a8b005836c3479424ae538 (diff) | |
download | jel-69bed7745833add72cfe1b1516a61f62460b1765.tar.gz jel-69bed7745833add72cfe1b1516a61f62460b1765.zip |
Implement movieDetailView
Diffstat (limited to 'Jel/Views/Library/LibraryIconView.swift')
-rw-r--r-- | Jel/Views/Library/LibraryIconView.swift | 2 |
1 files changed, 0 insertions, 2 deletions
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 |