From 462f8ec3ed891ca0503a51de3b785791f9f16f45 Mon Sep 17 00:00:00 2001 From: Norton Andreev Date: Wed, 21 Aug 2024 13:05:20 +0300 Subject: [PATCH] Update NetworkSyncProgress.svelte --- .../routes/(welcome)/setup/restore/NetworkSyncProgress.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-wallet/src/routes/(welcome)/setup/restore/NetworkSyncProgress.svelte b/web-wallet/src/routes/(welcome)/setup/restore/NetworkSyncProgress.svelte index ec508126a5..1ed4f40c38 100644 --- a/web-wallet/src/routes/(welcome)/setup/restore/NetworkSyncProgress.svelte +++ b/web-wallet/src/routes/(welcome)/setup/restore/NetworkSyncProgress.svelte @@ -25,7 +25,7 @@ {#if !syncStarted || (syncStatus.isInProgress && (!syncStatus.current || !syncStatus.latest))} Syncing... - {:else if sync.inProgress} + {:else if syncStatus.isInProgress} Syncing: {syncStatus.current.toLocaleString()}/{syncStatus.latest.toLocaleString()}