From 9844c0b8c4ad82fe87ff75a2f88b41b33c7c3716 Mon Sep 17 00:00:00 2001 From: Michael Fatemi Date: Wed, 11 Aug 2021 19:59:34 -0400 Subject: [PATCH] disable group creator button --- src/components/GroupCreator/GroupCreator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GroupCreator/GroupCreator.tsx b/src/components/GroupCreator/GroupCreator.tsx index c681dc1..b75026e 100644 --- a/src/components/GroupCreator/GroupCreator.tsx +++ b/src/components/GroupCreator/GroupCreator.tsx @@ -33,7 +33,7 @@ export default function GroupCreator() { Name {}} style={!buttonEnabled ? { color: 'grey' } : {}} > {creating ? 'Creating group' : 'Create group'}