Skip to content

Commit

Permalink
i forgot the parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Dec 8, 2023
1 parent 12cda23 commit c7e2737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/MedalsViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const MedalsViewer = (props, context) => {
Issued to{' '}
<b>
{medal.recipient_name}{' '}
{!medal.xeno_medal && medal.recipient_role}
{!medal.xeno_medal && `(${medal.recipient_role})`}
</b>{' '}
by <b>{medal.giver_name}</b> for: <br />
{!medal.xeno_medal && (
Expand Down

0 comments on commit c7e2737

Please sign in to comment.