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 Dec 14, 2023
1 parent 1b3d02b commit a650266
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/renderer/src/electron/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
// Storybook polyfill
if (!globalThis.commoners && window.location.href.includes("iframe.html")) {
globalThis.commoners = {
version: 'Storybook',
target: 'web',
version: "Storybook",
target: "web",
plugins: {},
services: {}
}
services: {},
};
}

export default commoners.target === "desktop";

0 comments on commit a650266

Please sign in to comment.