Browse Source

add align center

zahmis 5 năm trước cách đây
mục cha
commit
735edca801
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>
         ) }