Skip to content

Commit

Permalink
Adding email icon to author's of ref. solution (in the box with ref. …
Browse files Browse the repository at this point in the history
…solution details).
  • Loading branch information
krulis-martin committed Nov 3, 2023
1 parent 93dcd59 commit ff6d5c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const ReferenceSolutionStatus = ({
<FormattedMessage id="generic.author" defaultMessage="Author" />:
</th>
<td>
<UsersNameContainer userId={authorId} link />
<UsersNameContainer userId={authorId} showEmail="icon" link />
</td>
</tr>

Expand Down

0 comments on commit ff6d5c9

Please sign in to comment.