diff --git a/damus/Components/ImageCarousel.swift b/damus/Components/ImageCarousel.swift index 433686d8..73485ea3 100644 --- a/damus/Components/ImageCarousel.swift +++ b/damus/Components/ImageCarousel.swift @@ -79,9 +79,6 @@ struct ImageCarousel: View { view.framePreloadCount = 3 } .imageModifier({ img in - guard self.image_fill == nil else { - return - } let img_size = img.size let is_animated = img.kf.imageFrameCount != nil let geo_size = geo.size