diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index bf90cb26..a923c1f6 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1627,7 +1627,6 @@ export class PostListing extends Component { handleImageExpandClick(i: PostListing, event: any) { event.preventDefault(); i.state.imageExpanded = !i.state.imageExpanded; - i.state.showBody = i.state.imageExpanded; i.setState(i.state); setupTippy(); }