Skip to content

Commit

Permalink
🔧 fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
helianthuswhite committed May 10, 2023
1 parent 9822f07 commit f7932d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"react-particles": "^2.9.3",
"socks-proxy-agent": "^7.0.0",
"tsparticles": "^2.9.3",
"tsparticles-engine": "^2.9.3",
"typescript": "4.9.5",
"uuid": "^9.0.0",
"web-rest-client": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default dynamic(
email: userInfo.email,
nickName: userInfo.nickName,
});
onClick?.(e);
onClick?.(e as any);
}}
/>
);
Expand Down

0 comments on commit f7932d0

Please sign in to comment.