update: Transaction Page

This commit is contained in:
Rifqy Zacky Ariadhy
2019-01-04 19:52:15 +07:00
parent ec1cabc426
commit def4262c4d
6 changed files with 137 additions and 1 deletions

View File

@@ -58,7 +58,10 @@ export default class ItemsComponent extends React.Component {
<Menu onClick={() => {
this.setState({isLoading: true});
setTimeout(() => this.setState({isLoading: false}), 2500);
setTimeout(() => {
this.forceUpdate();
this.setState({isLoading: false});
}, 2500);
}} style={{
border: '0px'
}} mode="vertical">