diff --git a/src/views/studio/studio-comments.jsx b/src/views/studio/studio-comments.jsx index 5fa0120cd..a18d8a435 100644 --- a/src/views/studio/studio-comments.jsx +++ b/src/views/studio/studio-comments.jsx @@ -111,6 +111,7 @@ const StudioComments = ({ canRestore={canRestoreComment} content={comment.content} datetimeCreated={comment.datetime_created} + defaultExpanded={singleCommentId} highlightedCommentId={singleCommentId} id={comment.id} key={comment.id}