expand replies

This commit is contained in:
Eric Rosenbaum 2021-06-17 09:49:23 -04:00
parent 48c3032f54
commit 0e49452fc7

View file

@ -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}