Skip to content

Commit

Permalink
Merge pull request #1533 from numbersprotocol/feature-remove-buy-NUM-…
Browse files Browse the repository at this point in the history
…button

fix(wallets.page.html): temporarily hide buy NUM button
  • Loading branch information
shc261392 authored Apr 19, 2022
2 parents 9f1b99c + 5e15f03 commit 2ea5a74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/features/wallets/wallets.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@ <h3 class="num-text">NUM</h3>
>
</ion-row>
<ion-row id="buy-deposit-withdraw-row">
<ion-button
<!-- TODO: uncomment buy button when purchase operations are fixed -->
<!-- <ion-button
(click)="onBuyNumBtnClicked()"
id="buy-num-btn"
size="small"
class="num-operation-btn"
>{{ t('buy') }} NUM</ion-button
>
> -->
<ion-button
class="deposit-withdraw-num-btn num-operation-btn"
color="#7E7E7E"
Expand Down

0 comments on commit 2ea5a74

Please sign in to comment.