zahmis 5 anni fa
parent
commit
735edca801
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/client/js/components/MyDraftList/MyDraftList.jsx

+ 1 - 0
src/client/js/components/MyDraftList/MyDraftList.jsx

@@ -160,6 +160,7 @@ class MyDraftList extends React.Component {
               changePage={this.handlePage}
               totalItemsCount={this.state.totalDrafts}
               pagingLimit={this.state.pagingLimit}
+              align="center"
             />
           </React.Fragment>
         ) }