mirror of
https://github.com/wassname/talk.git
synced 2026-08-04 13:23:35 +08:00
Adding hasParent on Comment to the Graph
This commit is contained in:
@@ -69,7 +69,7 @@ class Comment extends React.Component {
|
||||
let selectionStateCSS = selected ? 'mdl-shadow--16dp' : 'mdl-shadow--2dp';
|
||||
|
||||
const queryData = {root, comment, asset: comment.asset};
|
||||
|
||||
console.log(comment);
|
||||
return (
|
||||
<li
|
||||
tabIndex={0}
|
||||
|
||||
@@ -53,6 +53,7 @@ export default withFragments({
|
||||
editing {
|
||||
edited
|
||||
}
|
||||
hasParent
|
||||
${getSlotFragmentSpreads(slots, 'comment')}
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user