Remove unused code

This commit is contained in:
Justin Edmund 2023-07-06 02:40:53 -07:00
parent fc0a4b1165
commit 161c256f06

View file

@ -466,17 +466,6 @@ const EditPartyModal = ({
}
}
const descriptionField = (
<Textarea
className="editParty"
bound={true}
placeholder={t('modals.edit_team.placeholders.description')}
value={description}
onInput={handleTextAreaChanged}
ref={descriptionInput}
/>
)
const editorField = (
<Editor
bound={true}