Shun Miyazawa 4 anni fa
parent
commit
4def82d8e6
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      packages/app/src/components/LikeButtons.tsx

+ 0 - 1
packages/app/src/components/LikeButtons.tsx

@@ -31,7 +31,6 @@ const LikeButtons: FC<Props> = (props: Props) => {
   };
 
   const handleClick = async() => {
-
     if (isGuestUser) {
       return;
     }