mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Fix last order id bug
This commit is contained in:
parent
2c8d1c684b
commit
2c5d830dfc
@ -599,7 +599,7 @@ class BottomBar extends Component {
|
|||||||
handleClickCloseProfile={this.handleClickCloseProfile}
|
handleClickCloseProfile={this.handleClickCloseProfile}
|
||||||
nickname={this.props.robot.nickname}
|
nickname={this.props.robot.nickname}
|
||||||
activeOrderId={this.props.robot.activeOrderId}
|
activeOrderId={this.props.robot.activeOrderId}
|
||||||
lastOrderId={this.props.robotlastOrderId}
|
lastOrderId={this.props.robot.lastOrderId}
|
||||||
referralCode={this.props.robot.referralCode}
|
referralCode={this.props.robot.referralCode}
|
||||||
tgEnabled={this.props.robot.tgEnabled}
|
tgEnabled={this.props.robot.tgEnabled}
|
||||||
tgBotName={this.props.robot.tgBotName}
|
tgBotName={this.props.robot.tgBotName}
|
||||||
|
Loading…
Reference in New Issue
Block a user