Shun Miyazawa 4 лет назад
Родитель
Сommit
4def82d8e6
1 измененных файлов с 0 добавлено и 1 удалено
  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;
     }