We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 605e0b4 + 25860be commit 96b3e06Copy full SHA for 96b3e06
web/src/components/Name.vue
@@ -20,7 +20,7 @@ export default {
20
'info',
21
]),
22
changedToAt() {
23
- return moment(name.changedToAt).format(this.info.timeFormat ? this.info.timeFormat.compact : '');
+ return moment(this.name.changedToAt).format(this.info.timeFormat ? this.info.timeFormat.compact : '');
24
},
25
26
};
0 commit comments