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 = (
|
const editorField = (
|
||||||
<Editor
|
<Editor
|
||||||
bound={true}
|
bound={true}
|
||||||
content={description}
|
content={props.party?.description}
|
||||||
editable={true}
|
editable={true}
|
||||||
key={props.party?.shortcode}
|
key={props.party?.shortcode}
|
||||||
onUpdate={handleEditorUpdate}
|
onUpdate={handleEditorUpdate}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue