From 2f10dd3c07e6ddb076893932f4eccb2ac6dc3565 Mon Sep 17 00:00:00 2001 From: jeremytchang <78522362+jeremytchang@users.noreply.github.com> Date: Wed, 10 Nov 2021 12:17:41 -0800 Subject: [PATCH] fix: Remove hackathon project invite only UI (#905) Turns out invite only has not been implemented yet. Removing UI option till it is implemented. TODO work tracked in ticket. --- .../src/scenes/ProjectEditorScene/components/ProjectForm.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/hackathon/src/scenes/ProjectEditorScene/components/ProjectForm.tsx b/packages/hackathon/src/scenes/ProjectEditorScene/components/ProjectForm.tsx index d422e7329..dca3cda59 100644 --- a/packages/hackathon/src/scenes/ProjectEditorScene/components/ProjectForm.tsx +++ b/packages/hackathon/src/scenes/ProjectEditorScene/components/ProjectForm.tsx @@ -209,10 +209,6 @@ export const ProjectForm: FC = () => { label: 'Closed: no one other than the project creator can join', }, - { - value: 'Invite Only', - label: 'Only joinable by invitation', - }, ]} onChange={(value: string) => { dispatch(