fix: Update comment to reflect new logic

This commit is contained in:
Jay Sitter 2023-07-02 11:26:44 -04:00
parent 195e258a51
commit 868601fa58

View file

@ -497,8 +497,9 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
</h5>
{/**
* If there is a URL, an embed title, and we were not told to show the
* body by the parent component, show the MetadataCard/body toggle.
* If there is (a) a URL and an embed title, or (b) a post body, and
* we were not told to show the body by the parent component, show the
* MetadataCard/body toggle.
*/}
{!this.props.showBody &&
((post.url && post.embed_title) || post.body) &&