diff --git a/src/shared/components/post/metadata-card.tsx b/src/shared/components/post/metadata-card.tsx index f529e3ef..85fcdb67 100644 --- a/src/shared/components/post/metadata-card.tsx +++ b/src/shared/components/post/metadata-card.tsx @@ -29,7 +29,7 @@ export class MetadataCard extends Component< return ( <> {post.embed_title && !this.state.expanded && ( -
+
diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index a2b3469e..bf90cb26 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -161,7 +161,7 @@ export class PostListing extends Component { body() { let post = this.props.post_view.post; return ( -
+
{this.state.viewSource ? (
{post.body}
) : (