Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
404
Merge Requests
61
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
37ce3522
Commit
37ce3522
authored
2 hours ago
by
Olivia Madrid
Browse files
Options
Download
(feat): uncomment some template logic
parent
8e67036f
tokens-balance-2282
1 merge request
!680
Token balance component
Pipeline
#101839932
passed with stages
in 47 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
src/app/modules/wallet/v2/balance-tokens/balance-tokens.component.html
View file @
37ce3522
...
...
@@ -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"
>
...
...
This diff is collapsed.
src/app/modules/wallet/v2/dashboard.service.ts
View file @
37ce3522
...
...
@@ -70,7 +70,7 @@ export class WalletDashboardService {
this
.
getEthAccount
();
this
.
getStripeAccount
();
// TODOOJM
comment
me
// TODOOJM
toggle
me
// this.wallet = fakeData.wallet;
this
.
walletLoaded
=
true
;
...
...
This diff is collapsed.
Please
register
or
sign in
to comment