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 15, 2024
1 parent d133215 commit 7a5714e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/** @type {boolean} */
export let isValid = false;
// A race condition here – needs fixing
$: isValid = !sync.inProgress;
onDestroy(() => {
Expand Down

0 comments on commit 7a5714e

Please sign in to comment.