Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scffs committed Jan 8, 2024
1 parent 9f3de21 commit 6d2e67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const Settings: FunctionalComponent<ISettings> = ({ id }) => {
<CellButton
Component='label'
//@ts-ignore типы React не совсем совместимы с Preact
after={<Switch getRef={switchRef} defaultChecked />}
after={<Switch getRef={switchRef} />}
onChange={() => setIsSwitchChecked(!isSwitchChecked)}
before={<Icon28IncognitoOutline />}
>
Expand Down
2 changes: 1 addition & 1 deletion vk-hosting-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"static_path": "dist",
"app_id": 51723411,
"app_id": 51740302,
"endpoints": {
"mobile": "index.html",
"mvk": "index.html",
Expand Down

0 comments on commit 6d2e67f

Please sign in to comment.