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
347
Merge Requests
56
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
052ffcb7
Commit
052ffcb7
authored
9 minutes ago
by
Olivia Madrid
Browse files
Options
Download
remove fake data
parent
0a20e61f
onchain-transfer-2367
1 merge request
!718
Onchain transfer, ETH/Token settings, USD balance
Pipeline
#109061004
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/modules/wallet/v2/dashboard.service.ts
View file @
052ffcb7
...
...
@@ -148,7 +148,7 @@ export class WalletDashboardService {
this
.
getStripeAccount
();
// TODOOJM toggle me before pushing
this
.
wallet
=
fakeData
.
wallet
;
//
this.wallet = fakeData.wallet;
// TODOOJM remove
console
.
log
(
'
********
'
);
...
...
This diff is collapsed.
Please
register
or
sign in
to comment