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 462f8ec commit acb5fe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
export let isValid = false;
let syncStarted = false;
$: if (!syncStarted && sync.inProgress) {
$: if (!syncStarted && syncStatus.isInProgress) {
syncStarted = true;
}
Expand Down

0 comments on commit acb5fe5

Please sign in to comment.