diff --git a/packages/mobile/components/List.tsx b/packages/mobile/components/List.tsx
index de4a1f9..ec9a76f 100644
--- a/packages/mobile/components/List.tsx
+++ b/packages/mobile/components/List.tsx
@@ -406,7 +406,11 @@ function Thumbnail({ item, type }: { item: ChildItem; type: ThumbnailType }) {
type == ThumbnailType.Poster ? styles.posterThumb : styles.videoThumb;
if (!uri) {
- return ;
+ return (
+
+
+
+ );
}
return (