Skip to content
Snippets Groups Projects
Commit e9e1166a authored by chris's avatar chris
Browse files

more console logs

parent 3730046d
No related branches found
No related tags found
No related merge requests found
Pipeline #59994 passed with stages
in 32 minutes and 57 seconds
......@@ -19,8 +19,9 @@ export default ({ commentsTracks, view, position, recalculateTops, users }) => {
}
const top = position[index] ? position[index][id] : 0;
console.log(commentTrack);
if (commentTrack.data?.type === 'comment') {
console.log('in comment box list');
return (
<ConnectedComment
comment={commentTrack}
......
......@@ -32,10 +32,11 @@ export default ({ comment, top, commentId, recalculateTops, users }) => {
},
app,
activeView,
activeViewId,
options: { comments, commentsMap },
options: { commentsMap },
} = context;
console.log('in connected comment');
const [isActive, setIsActive] = useState(false);
const [clickPost, setClickPost] = useState(false);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment