add history list #94

Merged
Huffle merged 2 commits from AP-68 into main 2025-05-26 13:40:15 +02:00
Showing only changes of commit 72e0a7dd2e - Show all commits

View File

@ -31,7 +31,6 @@ export class HistoryPage implements ViewWillEnter {
getHistory() {
setTimeout(() => {
this.historyService.getHistoryList(this.userId).subscribe(history => {
console.log('HISTORY: ', history);
this.history$.next(history);
})
}, 20);