|
@@ -53,7 +53,7 @@ function PageHistory(props) {
|
|
|
|
|
|
|
|
function pager() {
|
|
function pager() {
|
|
|
return (
|
|
return (
|
|
|
- <div className="my-3">
|
|
|
|
|
|
|
+ <div className="my-3 d-flex justify-content-center">
|
|
|
<PaginationWrapper
|
|
<PaginationWrapper
|
|
|
activePage={pageHistoryContainer.state.activePage}
|
|
activePage={pageHistoryContainer.state.activePage}
|
|
|
changePage={handlePage}
|
|
changePage={handlePage}
|
|
@@ -67,7 +67,6 @@ function PageHistory(props) {
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<div className="mt-4">
|
|
<div className="mt-4">
|
|
|
- {pager()}
|
|
|
|
|
<PageRevisionList
|
|
<PageRevisionList
|
|
|
revisions={pageHistoryContainer.state.revisions}
|
|
revisions={pageHistoryContainer.state.revisions}
|
|
|
diffOpened={pageHistoryContainer.state.diffOpened}
|
|
diffOpened={pageHistoryContainer.state.diffOpened}
|