Browse Source

fix: 修复分享sharekey

sheldon 1 week ago
parent
commit
6bcd79262a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/custom-share/index.tsx

+ 1 - 1
src/components/custom-share/index.tsx

@@ -74,7 +74,7 @@ interface Props {
 
 
 export default (props: Props) => {
 export default (props: Props) => {
   const { canvasWidth, canvasHeight, ratio } = getCanvasSize();
   const { canvasWidth, canvasHeight, ratio } = getCanvasSize();
-  const {isLogin} = useIsLogin()
+  const isLogin = useIsLogin()
   let stage: Stage|null;
   let stage: Stage|null;
 
 
   // character = useCurrentCharacter
   // character = useCurrentCharacter