This commit is contained in:
Ridwan Abadi 2019-01-28 22:42:56 +07:00
parent d303f3dc28
commit 1b381c323f

View File

@ -107,6 +107,7 @@ class DashboardComponent extends React.Component {
},
};
this.vouchersStore = props.appstate.vouchers;
this.http = props.appstate.http;
}
componentDidMount() {