diff --git a/explorer/src/lib/components/data-card/DataCard.svelte b/explorer/src/lib/components/data-card/DataCard.svelte index 6188b2c80e..14eecb5bf6 100644 --- a/explorer/src/lib/components/data-card/DataCard.svelte +++ b/explorer/src/lib/components/data-card/DataCard.svelte @@ -42,7 +42,7 @@ /> {/if} - {#if loading && data === null} + {#if loading && !data}
Loading...
{:else if error || hasEmptyData}+ Loading... +
@@ -1080,6 +1085,11 @@ exports[`home page > should render the home page, start polling for the latest c ++ Loading... +