mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update BlockedBadge.svelte
This commit is contained in:
parent
618f9c6dd0
commit
93c3f7827b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
.map(record => {
|
.map(record => {
|
||||||
const parts = record.ref.split('/')
|
const parts = record.ref.split('/')
|
||||||
const issueId = parts.pop()
|
const issueId = parts.pop()
|
||||||
const prefix = record.ref.includes('/issues/') ? '#' : ''
|
const prefix = /issues|pull/.test(record.ref) ? '#' : ''
|
||||||
|
|
||||||
reason = record.reason
|
reason = record.reason
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue