itizawa 5 년 전
부모
커밋
acda057e79
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 0
      src/client/js/components/PageList/BookmarkList.jsx
  2. 1 2
      src/client/js/components/RecentCreated/RecentCreated.jsx

+ 1 - 0
src/client/js/components/PageList/BookmarkList.jsx

@@ -73,6 +73,7 @@ const BookmarkList = (props) => {
             totalItemsCount={totalItemsCount}
             pagingLimit={pagingLimit}
             align="center"
+            size="sm"
           />
         </>
       )}

+ 1 - 2
src/client/js/components/RecentCreated/RecentCreated.jsx

@@ -4,9 +4,8 @@ import PropTypes from 'prop-types';
 import { withUnstatedContainers } from '../UnstatedUtils';
 import AppContainer from '../../services/AppContainer';
 
-import PaginationWrapper from '../PaginationWrapper';
-
 import Page from '../PageList/Page';
+import PaginationWrapper from '../PaginationWrapper';
 
 class RecentCreated extends React.Component {