Shun Miyazawa 4 年之前
父節點
當前提交
51148dbdc8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/app/src/components/SubscribeButton.tsx

+ 1 - 1
packages/app/src/components/SubscribeButton.tsx

@@ -16,8 +16,8 @@ type Props = {
 const SubscruibeButton: FC<Props> = (props: Props) => {
   const { t } = useTranslation();
 
-  const [isWatching, setIsWatching] = useState(false);
   const { appContainer, pageContainer } = props;
+  const [isWatching, setIsWatching] = useState(false);
 
   const handleClick = async() => {
     try {