Fix: alltags shows objects as JSON instead as [object Object]
This commit is contained in:
parent
46211e4c2e
commit
1df28ab501
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
|||
<i>undefined</i>
|
||||
{:else if $tags[key] === ""}
|
||||
<i>Empty string</i>
|
||||
{:else if typeof $tags[key] === "object"}
|
||||
<div class="literal-code">{JSON.stringify($tags[key])}</div>
|
||||
{:else}
|
||||
{$tags[key]}
|
||||
{/if}
|
||||
|
|
Loading…
Reference in a new issue