소스 검색

fix: 修复分享sharekey

sheldon 1 주 전
부모
커밋
6bcd79262a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) => {
   const { canvasWidth, canvasHeight, ratio } = getCanvasSize();
-  const {isLogin} = useIsLogin()
+  const isLogin = useIsLogin()
   let stage: Stage|null;
 
   // character = useCurrentCharacter