Show time nicer

This commit is contained in:
Peter Stuifzand 2019-08-17 19:12:54 +02:00
parent 2ace99f75d
commit bd5b20e833

View File

@ -145,7 +145,7 @@
}
},
niceTime() {
return moment(this.currentItem.published).fromNow()
return moment(this.item.published).fromNow()
},
refNiceTime() {
return moment(this.innerRef.published).fromNow()