fixed lint

This commit is contained in:
ogerly 2022-04-04 16:17:18 +02:00
parent 7ad9aae50a
commit 41fe52fcc9

View File

@ -145,9 +145,7 @@
<b-col class="text-right">
<b-button type="submit" variant="success">
{{
radioSelected === sendTypes.send
? $t('form.send_now')
: $t('form.generate_now')
radioSelected === sendTypes.send ? $t('form.send_now') : $t('form.generate_now')
}}
</b-button>
</b-col>