added singleSlot on the commentContent

This commit is contained in:
Wyatt Johnson
2018-02-23 14:35:48 -07:00
parent 1a9f9c2056
commit 105ed1454d
@@ -604,6 +604,7 @@ export default class Comment extends React.Component {
defaultComponent={CommentContent}
{...slotProps}
queryData={queryData}
singleSlot
/>
</div>
)}