mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
automatic lint fixes (#14942)
* automatic lint fixes * rerun lint --------- Co-authored-by: negue <eugen.bolz@gmail.com>
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
rows="5"
|
||||
:required="true"
|
||||
:placeholder="question ? $t('questionPlaceholder') : $t('reportDescriptionPlaceholder')"
|
||||
:class="{'input-invalid': messageInvalid && this.message.length === 0}"
|
||||
:class="{'input-invalid': messageInvalid && message.length === 0}"
|
||||
>
|
||||
|
||||
</textarea>
|
||||
|
||||
Reference in New Issue
Block a user