Fix thumnbnail placeholders

This commit is contained in:
Arkadiusz Fal 2022-12-21 21:17:02 +01:00
parent f86fd37c50
commit 52f96c3837

View File

@ -9,6 +9,8 @@ struct ThumbnailView: View {
var body: some View {
if url != nil {
viewForThumbnailExtension
} else {
placeholder
}
}