diff --git a/components/ui/shot-tab-content.tsx b/components/ui/shot-tab-content.tsx
index 96de29b..8dcdfa6 100644
--- a/components/ui/shot-tab-content.tsx
+++ b/components/ui/shot-tab-content.tsx
@@ -244,7 +244,7 @@ export const ShotTabContent = (props: ShotTabContentProps) => {
)}
- {shot.status === 1 && (
+ {shot.status === 1 && shot.videoUrl[0] ? (