소스 검색

clean code

Yuki Takei 1 년 전
부모
커밋
20d6c68517
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      apps/app/src/components/PrivateLegacyPages.tsx

+ 0 - 1
apps/app/src/components/PrivateLegacyPages.tsx

@@ -387,7 +387,6 @@ const PrivateLegacyPages = (): JSX.Element => {
   const searchControl = useMemo(() => {
     return (
       <SearchControl
-        isSearchServiceReachable
         isEnableSort={false}
         isEnableFilter={false}
         initialSearchConditions={{ keyword: initQ, limit: INITIAL_PAGING_SIZE }}