mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 16:53:16 +00:00
Fix last order id bug
This commit is contained in:
@ -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}
|
||||||
|
Reference in New Issue
Block a user