Skip to content

Commit

Permalink
Update NetworkSyncProgress.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Aug 21, 2024
1 parent 22bd36d commit 462f8ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<IconHeadingCard iconPath={mdiCubeOutline} heading="Network Sync">
{#if !syncStarted || (syncStatus.isInProgress && (!syncStatus.current || !syncStatus.latest))}
<span>Syncing...</span>
{:else if sync.inProgress}
{:else if syncStatus.isInProgress}
<span>
Syncing: <b
>{syncStatus.current.toLocaleString()}/{syncStatus.latest.toLocaleString()}</b
Expand Down

0 comments on commit 462f8ec

Please sign in to comment.