fix pins, get translated changes, home (#390)

This commit is contained in:
Max Peintner
2020-07-08 13:07:45 +02:00
committed by GitHub
parent 5e42ff2bb8
commit e2d4a7f0e0
11 changed files with 39 additions and 15 deletions

View File

@@ -105,6 +105,7 @@ export class ChangesComponent implements OnInit {
return from(col).pipe(
tap((res: Changes) => {
let values = res.toObject().changesList;
console.log(values);
// If prepending, reverse the batch order
values = false ? values.reverse() : values;