Kaynağa Gözat

remove space

Shun Miyazawa 4 yıl önce
ebeveyn
işleme
4def82d8e6
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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;
     }