• R/O
  • HTTP
  • SSH
  • HTTPS

bytom-dashboard: Commit

dashboard of Bytom


Commit MetaInfo

Revision9e2204e84090525f5be9444b4d26c3c8de14142e (tree)
Zeit2020-01-09 11:38:39
AutorZhiting Lin <zlin035@uott...>
CommiterZhiting Lin

Log Message

fixed the filters.

Ändern Zusammenfassung

Diff

--- a/src/features/transactions/components/List.jsx
+++ b/src/features/transactions/components/List.jsx
@@ -10,7 +10,7 @@ class List extends React.Component {
1010 componentWillReceiveProps(nextProps) {
1111 if (nextProps.currentBlock != this.props.currentBlock) {
1212 if (nextProps.currentPage == 1) {
13- this.props.getLatest()
13+ this.props.getLatest({assetId: nextProps.assetId})
1414 }
1515 }
1616 }
Show on old repository browser