diff options
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 |