mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fixed lint
This commit is contained in:
parent
7ad9aae50a
commit
41fe52fcc9
@ -145,9 +145,7 @@
|
|||||||
<b-col class="text-right">
|
<b-col class="text-right">
|
||||||
<b-button type="submit" variant="success">
|
<b-button type="submit" variant="success">
|
||||||
{{
|
{{
|
||||||
radioSelected === sendTypes.send
|
radioSelected === sendTypes.send ? $t('form.send_now') : $t('form.generate_now')
|
||||||
? $t('form.send_now')
|
|
||||||
: $t('form.generate_now')
|
|
||||||
}}
|
}}
|
||||||
</b-button>
|
</b-button>
|
||||||
</b-col>
|
</b-col>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user