From a9a518c9bbbe2fe882f8f87f48085227d3d5d48d Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 5 Jul 2022 11:59:32 +0200 Subject: [PATCH] fix linting errors --- frontend/src/components/TransactionLinks/TransactionLink.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/TransactionLinks/TransactionLink.vue b/frontend/src/components/TransactionLinks/TransactionLink.vue index b7dc03db5..d5491835c 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.vue +++ b/frontend/src/components/TransactionLinks/TransactionLink.vue @@ -113,7 +113,9 @@ export default { `${this.link}\n ${this.$store.state.firstName} ${this.$t('transaction-link.send_you')} ${this.amount} Gradido. "${this.memo}" -${this.$t('gdd_per_link.credit-your-gradido')} ${this.$t('gdd_per_link.validUntilDate', { date: this.$d(new Date(this.validUntil), 'short') })}`, +${this.$t('gdd_per_link.credit-your-gradido')} ${this.$t('gdd_per_link.validUntilDate', { + date: this.$d(new Date(this.validUntil), 'short'), + })}`, ) .then(() => { this.toastSuccess(this.$t('gdd_per_link.link-and-text-copied'))