Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
51148dbdc8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {