(pronouns) fix missing translator to head() call

introduced in 943f90bb098019170f8dcf47551ca07ca6eaf630
This commit is contained in:
Valentyne Stigloher 2024-05-18 13:29:15 +02:00
parent 3896053a33
commit d5f31abaef

View File

@ -169,7 +169,7 @@ export default {
this.$t('sources.headerLong', {}, false),
].filter((x) => !!x).join(', '),
banner: `api/banner${this.$route.path.replace(/\/$/, '')}.png`,
})
}, this.$translator)
: {};
},
computed: {