Commit 8e67036f authored by Olivia Madrid's avatar Olivia Madrid

(feat): don't get fake wallet data from service

1 merge request!680WIP: token balance component
Pipeline #101832634 running with stages
......@@ -71,7 +71,7 @@ export class WalletDashboardService {
this.getStripeAccount();
// TODOOJM comment me
this.wallet = fakeData.wallet;
// this.wallet = fakeData.wallet;
this.walletLoaded = true;
return this.wallet;
......
Please register or to comment