From 20f9e829597014e07f82ea804e2efed60b9e75f9 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 3 Nov 2020 15:10:22 -0600 Subject: [PATCH] Updated GroupsPage actions prop key for attrTitle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated: - GroupsPage actions prop key for attrTitle --- app/javascript/gabsocial/pages/groups_page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/gabsocial/pages/groups_page.js b/app/javascript/gabsocial/pages/groups_page.js index d2da2155..2a47e39e 100644 --- a/app/javascript/gabsocial/pages/groups_page.js +++ b/app/javascript/gabsocial/pages/groups_page.js @@ -74,7 +74,7 @@ class GroupsPage extends React.PureComponent { title={title} actions={[ { - title: 'Create', + attrTitle: 'Create', icon: 'add', to: isPro ? '/groups/create' : undefined, onClick: isPro ? undefined : this.handleOpenProUpgradeModal,