Преглед на файлове

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