Yohei-Shiina 4 лет назад
Родитель
Сommit
f5c061c8b8
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/app/src/components/SearchPage/SearchResultList.jsx

+ 2 - 2
packages/app/src/components/SearchPage/SearchResultList.jsx

@@ -17,10 +17,10 @@ class SearchResultList extends React.Component {
             />
             />
           );
           );
         })}
         })}
-        <div className="mt-4 mx-auto">
+        <div className="my-4 mx-auto">
           <PaginationWrapper
           <PaginationWrapper
             activePage={1}
             activePage={1}
-            changePage={() => { console.log('page chagned') }} // Todo: function to change state vars
+            changePage={() => { console.log('page chagned') }} // Todo: replace this with a function to change state vars
             // a total number of pages that can be retrieved from elasticsearch on the current search condition
             // a total number of pages that can be retrieved from elasticsearch on the current search condition
             totalItemsCount={10} // Todo: replace this with a state that dynamically changes its value
             totalItemsCount={10} // Todo: replace this with a state that dynamically changes its value
             // a number of pages to show in one page
             // a number of pages to show in one page