Always use props.party

This commit is contained in:
Justin Edmund 2023-07-06 02:42:36 -07:00
parent 03568357ba
commit 62e17e429d

View file

@ -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}