From 4fdf7938cabffbbd65580c496e77b5e4ffa44a89 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 18 Oct 2023 17:02:20 -0700 Subject: [PATCH] updates Signed-off-by: Jess Frazelle --- src/components/GenerationListItem.svelte | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/GenerationListItem.svelte b/src/components/GenerationListItem.svelte index d312a13..ff6f882 100644 --- a/src/components/GenerationListItem.svelte +++ b/src/components/GenerationListItem.svelte @@ -27,9 +27,11 @@

Submitted {data.created_at}

Status: {data.status}

-
- -
+ {#if data.outputs} +
+ +
+ {/if} {#if data.outputs}