diff --git a/gui/src/components/LoadingCard.tsx b/gui/src/components/LoadingCard.tsx index 7cc18987..db3120bf 100644 --- a/gui/src/components/LoadingCard.tsx +++ b/gui/src/components/LoadingCard.tsx @@ -53,7 +53,7 @@ export function LoadingCard(props: LoadingCardProps) { } function renderProgress() { - if (ready.status === 'success') { + if (getProgress() > 0) { return ; } else { return ;