Yohei-Shiina 4 лет назад
Родитель
Сommit
a7de57bc71
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/app/src/components/LikeButtons.tsx

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

@@ -20,8 +20,6 @@ type LikeButtonsProps = {
   t: (s:string)=>string,
 }
 
-// TODO : user image not displayed in search page. Fix it.
-// task : https://estoc.weseek.co.jp/redmine/issues/81110
 const LikeButtons: FC<LikeButtonsProps> = (props: LikeButtonsProps) => {
   const [isPopoverOpen, setIsPopoverOpen] = useState(false);
   const { data: pageInfo } = useSWRPageInfo(props.pageId);