mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove semicolon
This commit is contained in:
parent
68f353c653
commit
2ba5c04957
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const {
|
|||
const hasMultipleAliases = Array.isArray( listing.aliases ) && listing.aliases.length > 1
|
||||
|
||||
|
||||
const listFormatter = new Intl.ListFormat('en', { style: 'short', type: 'disjunction' });
|
||||
const listFormatter = new Intl.ListFormat('en', { style: 'short', type: 'disjunction' })
|
||||
|
||||
---
|
||||
{ hasMultipleAliases ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue