fix problem when there's a null description

This commit is contained in:
2023-12-13 08:56:53 -07:00
parent ccca93b9f1
commit 04df0d4eff

View File

@@ -37,7 +37,7 @@
maxlength="5000"
></textarea>
<div class="text-xs text-slate-500 italic -mt-3 mb-4">
{{ fullClaim.description.length }}/5000 max. characters
{{ fullClaim.description?.length }}/5000 max. characters
</div>
<input