Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
oleeskild committed Oct 3, 2023
1 parent 25052d0 commit 1aa7c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/PublicationCenter/PublicationCenter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@
{#if processingPaths.includes(note.getPath())}
{@html rotatingCog()?.outerHTML}
{:else if publishedPaths.includes(note.getPath())}
<Icon name="check" />
<Icon name="check" />
{:else if failedPublish.includes(note.getPath())}
<Icon name="cross" />
<Icon name="cross" />
{:else}
<Icon name="clock" />
{/if}
Expand Down

0 comments on commit 1aa7c47

Please sign in to comment.