client: remove unnecessary prop in edit-document-list

pull/85/head
Max Leiter 4 years ago
parent f510813e4b
commit 1369bdf996
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA

@ -30,7 +30,6 @@ const DocumentList = ({
onPaste={onPaste}
key={id}
remove={removeDoc(i)}
setContent={updateDocContent(i)}
setTitle={updateDocTitle(i)}
handleOnContentChange={handleOnChange(i)}
content={content}

Loading…
Cancel
Save