From 41fe52fcc9172b75213caebb04c2bf016ebf7dee Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 4 Apr 2022 16:17:18 +0200 Subject: [PATCH] fixed lint --- frontend/src/components/GddSend/TransactionForm.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/components/GddSend/TransactionForm.vue b/frontend/src/components/GddSend/TransactionForm.vue index a41ff1897..21a9eb620 100644 --- a/frontend/src/components/GddSend/TransactionForm.vue +++ b/frontend/src/components/GddSend/TransactionForm.vue @@ -145,9 +145,7 @@ {{ - radioSelected === sendTypes.send - ? $t('form.send_now') - : $t('form.generate_now') + radioSelected === sendTypes.send ? $t('form.send_now') : $t('form.generate_now') }}