diff --git a/frontend/src/lib/components/DisplayResult.svelte b/frontend/src/lib/components/DisplayResult.svelte index 441f328897..01bda20fd8 100644 --- a/frontend/src/lib/components/DisplayResult.svelte +++ b/frontend/src/lib/components/DisplayResult.svelte @@ -210,6 +210,7 @@ function isRenderAll() { return ( + result != undefined && Object.keys(result).length === 1 && 'render_all' in result && Array.isArray(result['render_all'])