diff --git a/frontend/src/lib/components/DisplayResult.svelte b/frontend/src/lib/components/DisplayResult.svelte index 80cfbe1415..9f912d9232 100644 --- a/frontend/src/lib/components/DisplayResult.svelte +++ b/frontend/src/lib/components/DisplayResult.svelte @@ -279,7 +279,7 @@ JSON is too large to be displayed in full. - {:else if typeof result == 'string'} + {:else if typeof result == 'string' && result.length > 0}
{result}
- {:else if typeof result == 'string'} + {:else if typeof result == 'string' && result.length > 0}
{result}