Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Petrovich committed Sep 12, 2020
1 parent f6d1970 commit 194bdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Components/Comments/Comments.jsx
Expand Up @@ -16,7 +16,7 @@ const Comments = memo(({ data, onUpdate, path, udata, clientDB, rules, commentPr
const [updateDisabled, setDisable] = useState(false);
const [msg, setValue] = useState(null);

const { comments, key, id } = data;
const { comments, key, _id: id } = data;
const { displayName = '', _id: uId = '' } = udata;

const addCommentsDelay = useMemo(
Expand Down

0 comments on commit 194bdcc

Please sign in to comment.