Add missing this when calling $t in the flatstableline component;
This commit is contained in:
parent
6c7527f443
commit
c2f0a2389a
@ -69,7 +69,7 @@ export default {
|
|||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
capitalizedStatus() {
|
capitalizedStatus() {
|
||||||
return capitalize($t('status.followed'));
|
return capitalize(this.$t('status.followed'));
|
||||||
},
|
},
|
||||||
photo() {
|
photo() {
|
||||||
if (this.flat.photos && this.flat.photos.length > 0) {
|
if (this.flat.photos && this.flat.photos.length > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user