Browse Source

remove MTY line

yohei0125 4 years ago
parent
commit
b7d739d1af
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/components/SearchPage/SearchResultListItem.tsx

+ 0 - 1
packages/app/src/components/SearchPage/SearchResultListItem.tsx

@@ -9,7 +9,6 @@ import { useIsDeviceSmallerThanMd } from '~/stores/ui';
 import { IPageSearchResultData } from '../../interfaces/search';
 import PageItemControl from '../Common/Dropdown/PageItemControl';
 
-
 const { isTopPage } = pagePathUtils;
 
 type Props = {