Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 18, 2023
1 parent 6e3a625 commit dd7abc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/stories/pages/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class Page extends LitElement {
this.beforeTransition();

// Otherwise note unsaved updates if present
if (this.unsavedUpdates || ('states' in this.info && !this.info.states.saved)) {
if (this.unsavedUpdates || ("states" in this.info && !this.info.states.saved)) {
if (transition === 1) await this.save(); // Save before a single forward transition
else {
Swal.fire({
Expand Down

0 comments on commit dd7abc8

Please sign in to comment.