Shun Miyazawa hace 4 años
padre
commit
4def82d8e6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
     }