+ {history && history.length ? (
+
+ {history.map(item => )}
+ {pageCount > 1 && (
+
+ this.changePage(e.selected)}
+ forcePage={page}
+ initialPage={page}
+ containerClassName="pagination"
+ />
+
+ this.paginate(e)}
+ prefix={__('Go to page:')}
+ type="text"
+ />
+
+ )}
+
+ ) : (
+
+ {__('You have no saved history. Go')}{' '}
+
+ )}
+
+