From b5bc171a2f73d97cc9cc86e67a7e8076b50191a5 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 7 Aug 2020 17:27:07 -0500 Subject: [PATCH] Updated Account component actionTitle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated: - Account component actionTitle --- app/javascript/gabsocial/components/account.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/javascript/gabsocial/components/account.js b/app/javascript/gabsocial/components/account.js index 784f6593..3d8b7c6f 100644 --- a/app/javascript/gabsocial/components/account.js +++ b/app/javascript/gabsocial/components/account.js @@ -140,9 +140,12 @@ class Account extends ImmutablePureComponent { icon={actionIcon} iconSize='10px' > - - {actionTitle} - + { + !!actionTitle && + + {actionTitle} + + } ) :