Merge branch 'master' into design-pass-tweaks

This commit is contained in:
Belén Curcio
2017-02-02 07:55:41 -03:00
committed by GitHub
49 changed files with 928 additions and 503 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class i18n {
};
this.timeago = (time) => {
return this.timeagoInstance.format(time);
return this.timeagoInstance.format(new Date(time));
};
}
}