Skip to content

Commit

Permalink
Update version 2.2.34, remove burn
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmgs committed Apr 14, 2023
1 parent 0fc47cb commit a7adb8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions assets/js/components/billing/PurchaseCreditModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -613,19 +613,6 @@ class PurchaseCreditModal extends Component {
>
Cancel
</Button>,
<Button
key="submit2"
type="primary"
onClick={this.showQRCode}
disabled={
!this.state.countUSD ||
this.state.countUSD == 0 ||
this.state.gettingPrice
}
style={{ marginTop: this.props.mobile ? 6 : 0 }}
>
Burn HNT to DC
</Button>,
<Button
key="submit"
type="primary"
Expand Down
2 changes: 1 addition & 1 deletion assets/js/components/common/DashboardLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class DashboardLayout extends Component {
href="https://engineering.helium.com/2022/08/04/console-updates-2.2.20.html"
target="_blank"
>
v2.2.33
v2.2.34
</Button>
)}
</Sider>
Expand Down

0 comments on commit a7adb8d

Please # to comment.