fix: transactions display

This commit is contained in:
eneller
2026-03-06 19:34:38 +01:00
parent a618ce5e1e
commit 308225f190
2 changed files with 15 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ import Transaction from '@model/transaction';
})
export class ScreenProfile implements OnInit{
username = 'John Doe';
email = 'john.doe@example.com';
userID = 'testuser';
transactions!: Transaction[];
constructor(private api: APIService){}