added singleSlot on the commentContent

This commit is contained in:
Wyatt Johnson
2018-02-27 15:14:46 -07:00
parent 16dceee5bf
commit 094b8b5366
@@ -604,6 +604,7 @@ export default class Comment extends React.Component {
defaultComponent={CommentContent}
{...slotProps}
queryData={queryData}
singleSlot
/>
</div>
)}