Skip to content

Commit 3018845

Browse files
committed
run format
1 parent 7fd81a2 commit 3018845

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

projects/social_platform/src/app/ui/pages/program/detail/list/rating-card/project-rating/project-rating.component.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
<div class="text-body-10 error">
4141
{{ errorMessage.VALIDATION_TOO_LONG }}
4242
максимум
43-
{{
44-
form.get(criterion.id.toString())?.errors?.["maxlength"]?.["requiredLength"]
45-
}}
43+
{{ form.get(criterion.id.toString())?.errors?.["maxlength"]?.["requiredLength"] }}
4644
символов
4745
</div>
4846
}

0 commit comments

Comments
 (0)