mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove extra dollar sign
This commit is contained in:
parent
5aeb912931
commit
ab2dbe2cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ const listFormatter = new Intl.ListFormat('en', { style: 'short', type: 'disjunc
|
|||
|
||||
---
|
||||
{ hasMultipleAliases ?
|
||||
<small class="text-xs opacity-75">May also be known as ${ listFormatter.format( listing.aliases, 'or' ) }</small>
|
||||
<small class="text-xs opacity-75">May also be known as { listFormatter.format( listing.aliases, 'or' ) }</small>
|
||||
: '' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue