Fix last order id bug

This commit is contained in:
Reckless_Satoshi 2022-10-24 07:30:22 -07:00
parent 2c8d1c684b
commit 2c5d830dfc
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -599,7 +599,7 @@ class BottomBar extends Component {
handleClickCloseProfile={this.handleClickCloseProfile}
nickname={this.props.robot.nickname}
activeOrderId={this.props.robot.activeOrderId}
lastOrderId={this.props.robotlastOrderId}
lastOrderId={this.props.robot.lastOrderId}
referralCode={this.props.robot.referralCode}
tgEnabled={this.props.robot.tgEnabled}
tgBotName={this.props.robot.tgBotName}