Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Jan 22, 2024
1 parent 19914c8 commit a4b1796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/sidebar/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</h1>
<button
type="button"
hidden={false && !$has_changes}
hidden={!$has_changes}
class="reload-page"
use:keyboardShortcut={"r"}
on:click={router.reload.bind(router)}
Expand Down

0 comments on commit a4b1796

Please sign in to comment.