From d665eeceee22605d7c5cdefa9c706621f687ff8c Mon Sep 17 00:00:00 2001 From: Arhey Date: Mon, 17 Oct 2022 16:57:37 +0300 Subject: [PATCH] Update HTMLPreview.svelte --- src/components/HTMLPreview.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/HTMLPreview.svelte b/src/components/HTMLPreview.svelte index d975d53d5..bbc1b959c 100644 --- a/src/components/HTMLPreview.svelte +++ b/src/components/HTMLPreview.svelte @@ -20,6 +20,11 @@ type: 'link', value: data.network ? { label: data.network, query: `network:${norm(data.network)}` } : null }, + { + name: 'owners', + type: 'link[]', + value: data.owners.map(value => ({ label: value, query: `owners:${norm(value)}` })) + }, { name: 'country', type: 'link',