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}
+
+ }
) :