diff --git a/src/core/client/stream/components/PermalinkPopover.tsx b/src/core/client/stream/components/PermalinkPopover.tsx index eaa3368fd..282030d20 100644 --- a/src/core/client/stream/components/PermalinkPopover.tsx +++ b/src/core/client/stream/components/PermalinkPopover.tsx @@ -45,24 +45,28 @@ class PermalinkPopover extends React.Component { const { copied, showBody } = this.state; return ( - - - - - + showBody ? ( +
+ + + + +
+ ) : null } >