mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-13 10:30:05 -04:00
Update HTMLPreview.svelte
This commit is contained in:
parent
0d1f25899d
commit
9992c92792
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'replaced_by',
|
name: 'replaced_by',
|
||||||
type: 'string',
|
type: 'link',
|
||||||
value: data.replaced_by
|
value: data.replaced_by ? { label: data.replaced_by, query: `id:${data.replaced_by}` } : null
|
||||||
},
|
},
|
||||||
{ name: 'website', type: 'external_link', value: data.website }
|
{ name: 'website', type: 'external_link', value: data.website }
|
||||||
].filter(f => (Array.isArray(f.value) ? f.value.length : f.value))
|
].filter(f => (Array.isArray(f.value) ? f.value.length : f.value))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue