diff --git a/frontend/src/lib/components/DisplayResult.svelte b/frontend/src/lib/components/DisplayResult.svelte index 8e63b414f4..521b4c7807 100644 --- a/frontend/src/lib/components/DisplayResult.svelte +++ b/frontend/src/lib/components/DisplayResult.svelte @@ -155,6 +155,10 @@ {typeof item === 'string' ? item : JSON.stringify(item)} {/each} + {:else} +
+ {typeof result[col] === 'string' ? result[col] : JSON.stringify(result[col])} +
{/if} {/each}