fix: group -> createGroup

This commit is contained in:
Tom Moor
2021-03-26 20:17:46 -07:00
parent e00a437f2f
commit 8599b60a6c

View File

@@ -66,7 +66,7 @@ class Groups extends React.Component<Props> {
Groups can be used to organize and manage the people on your team.
</HelpText>
{can.group && (
{can.createGroup && (
<Button
type="button"
onClick={this.handleNewGroupModalOpen}