Remove unused code
This commit is contained in:
parent
fc0a4b1165
commit
161c256f06
1 changed files with 0 additions and 11 deletions
|
|
@ -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 = (
|
const editorField = (
|
||||||
<Editor
|
<Editor
|
||||||
bound={true}
|
bound={true}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue