Commit 37ce3522 authored by Olivia Madrid's avatar Olivia Madrid

(feat): uncomment some template logic

1 merge request!680Token balance component
Pipeline #101839932 passed with stages
in 47 minutes and 36 seconds
......@@ -16,15 +16,11 @@
</div>
<!-- <ng-container *ngTemplateOutlet="buyTokens"></ng-container> -->
<a class="m-walletBalance--tokens__buyButtonWrapper" routerLink="/tokens"
><m-shadowboxSubmitButton>Buy tokens</m-shadowboxSubmitButton></a
>
<!-- TODOOJM uncomment -->
<!-- <a class="m-walletBalance--tokens__buyButtonWrapper" routerLink="/tokens"
><m-shadowboxSubmitButton
[disabled]="!session.getLoggedInUser().rewards"
>Buy tokens</m-shadowboxSubmitButton
></a
> -->
>
</div>
<div class="m-walletBalance--tokens__equationSymbol">=</div>
<div class="m-walletBalance--tokens__balanceWrapper--subtotal">
......@@ -65,9 +61,7 @@
>
tokens
</div>
<!-- TODOOJM uncomment -->
<a>Transfer to On-Chain</a>
<!-- <a *ngIf="session.getLoggedInUser().rewards">Transfer to On-Chain</a> -->
<a *ngIf="session.getLoggedInUser().rewards">Transfer to On-Chain</a>
</div>
</div>
<div class="m-walletBalance--tokens__learnMore">
......
......@@ -70,7 +70,7 @@ export class WalletDashboardService {
this.getEthAccount();
this.getStripeAccount();
// TODOOJM comment me
// TODOOJM toggle me
// this.wallet = fakeData.wallet;
this.walletLoaded = true;
......
Please register or to comment