From fc616d17533de12c90de06c2f65a3ac926e18037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Curcio?= Date: Wed, 11 Jul 2018 16:14:36 -0300 Subject: [PATCH] wip --- .../stream/components/PermalinkPopover.tsx | 38 ++++++++++--------- .../client/ui/components/Popover/Popover.tsx | 36 +++++++++--------- 2 files changed, 38 insertions(+), 36 deletions(-) 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 } >