Skip to content

Commit

Permalink
feat: error check
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jun 26, 2023
1 parent 71632ad commit b2317da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/sync/Sync.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
bind:this={button}
on:click={toggle}
aria-label={label}
class:error={$workersSyncStore === "idle"}
class:error={$workersSyncStore === "error"}
>
<svelte:component this={icon} />
</button>
Expand Down

0 comments on commit b2317da

Please sign in to comment.