Skip to content

Commit

Permalink
Remove stray character
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed May 3, 2024
1 parent 476c489 commit 764846a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/src/stories/pages/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export class Page extends LitElement {

const { desyncedData } = info.globalState;

f;
return Promise.all(
sync.map((k) => {
if (desyncedData?.[k] !== false) {
Expand Down

0 comments on commit 764846a

Please sign in to comment.