Always use props.party
This commit is contained in:
parent
03568357ba
commit
62e17e429d
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ const EditPartyModal = ({
|
|||
const editorField = (
|
||||
<Editor
|
||||
bound={true}
|
||||
content={description}
|
||||
content={props.party?.description}
|
||||
editable={true}
|
||||
key={props.party?.shortcode}
|
||||
onUpdate={handleEditorUpdate}
|
||||
|
|
|
|||
Loading…
Reference in a new issue