Przeglądaj źródła

remove MTY line

yohei0125 4 lat temu
rodzic
commit
b7d739d1af

+ 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 = {