From 0e49452fc71b826cbe14a485a4db671861f824c9 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Thu, 17 Jun 2021 09:49:23 -0400 Subject: [PATCH] expand replies --- src/views/studio/studio-comments.jsx | 1 + 1 file changed, 1 insertion(+) 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}