From 2c5d830dfca3b5e6426e7dc874d07cb461273ec2 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Mon, 24 Oct 2022 07:30:22 -0700 Subject: [PATCH] Fix last order id bug --- frontend/src/basic/BottomBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/basic/BottomBar.js b/frontend/src/basic/BottomBar.js index 7ec10158..e82d8cd4 100644 --- a/frontend/src/basic/BottomBar.js +++ b/frontend/src/basic/BottomBar.js @@ -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}