From 8599b60a6c07b86f072f7dd1f559402fdd98ec5d Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 26 Mar 2021 20:17:46 -0700 Subject: [PATCH] fix: group -> createGroup --- app/scenes/Settings/Groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scenes/Settings/Groups.js b/app/scenes/Settings/Groups.js index f0a0ea2a0..3cc60729f 100644 --- a/app/scenes/Settings/Groups.js +++ b/app/scenes/Settings/Groups.js @@ -66,7 +66,7 @@ class Groups extends React.Component { Groups can be used to organize and manage the people on your team. - {can.group && ( + {can.createGroup && (