add history description #100

Merged
Huffle merged 3 commits from AP-93 into main 2025-05-27 14:32:38 +02:00
Showing only changes of commit be04ae8eec - 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)
this.history$.next(history);
})
}, 20);