You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
** insert thought cloud **
I was thinking, we have the createReply have the parentCommentID field so i can do something like this inside comment page: if(comment.id === parentCommentID) { ...indent under parentComment } else { return null }
what we have now. we can then do getReplyComment, map it under the getPostComment, then if parentCommentID === postComment.id ? indent : null