Skip to content

Commit

Permalink
update loading
Browse files Browse the repository at this point in the history
  • Loading branch information
syslink committed Jul 27, 2020
1 parent 5c5df0d commit 871d884
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions build/js/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/TransactionList/TransactionList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class TransactionList extends Component {
maxTxNum: 0,
homePage: (props.txFrom != null && props.txFrom.fromHomePage) ? true : false,
cachedTxInfo: {},
isLoading: true,
isLoading: false,
};
}

Expand Down

0 comments on commit 871d884

Please sign in to comment.