From bbe9861eef0e9f44b31259cb92221ee4094afac2 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 8 Aug 2023 15:54:36 -0700 Subject: Add alerts to embeds (#1138) * Add alerts to embeds * Add images to the mock data * Fix types --- src/view/com/post-thread/PostThreadItem.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/view/com/post-thread/PostThreadItem.tsx') diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index c7b5711c0..b71d6bdcf 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -269,7 +269,10 @@ export const PostThreadItem = observer(function PostThreadItem({ ) : undefined} {item.post.embed && ( - + )} @@ -428,7 +431,10 @@ export const PostThreadItem = observer(function PostThreadItem({ ) : undefined} {item.post.embed && ( - + )} {needsTranslation && ( -- cgit 1.4.1