Explorar el Código

81110 remove comment

Yohei-Shiina hace 4 años
padre
commit
a7de57bc71
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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);