diff --git a/src/components/VideoPostCard.tsx b/src/components/VideoPostCard.tsx index b487b0d8ac..e56619c4f0 100644 --- a/src/components/VideoPostCard.tsx +++ b/src/components/VideoPostCard.tsx @@ -64,6 +64,7 @@ export function VideoPostCard({ */ if (!AppBskyEmbedVideo.isView(embed)) return null + const author = post.author const text = AppBskyFeedPost.isRecord(post.record) ? post.record?.text : '' const likeCount = post?.likeCount ?? 0 const repostCount = post?.repostCount ?? 0 @@ -72,7 +73,8 @@ export function VideoPostCard({ return (