Skip to content

Commit

Permalink
feat: wallet page 50% done
Browse files Browse the repository at this point in the history
  • Loading branch information
conradbekondo committed Jan 4, 2025
1 parent 59de026 commit 7856fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/wallet/wallet.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ export class WalletComponent {
loader: () => this.http.get<WalletBalanceResponse>('/api/wallet/balances')
});

readonly showTopupFormModal = model(true);
readonly showTopupFormModal = model(false);
}

0 comments on commit 7856fbb

Please sign in to comment.