diff --git a/src/app/_services/user.service.ts b/src/app/_services/user.service.ts index c065f23..c7fa701 100644 --- a/src/app/_services/user.service.ts +++ b/src/app/_services/user.service.ts @@ -250,7 +250,7 @@ export class UserService { if (history) { try { // @ts-ignore - this.historyList.next(Automerge.getHistory(account.m)); + this.historyList.next(Automerge.getHistory(account.m).reverse()); } catch (error) { this.loggingService.sendErrorLevelMessage('No history found', this, { error }); }