client: remove unnecessary prop in edit-document-list

This commit is contained in:
Max Leiter 2022-04-11 22:47:40 -07:00
parent f510813e4b
commit 1369bdf996
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A3512F2F2F17EBDA

View file

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