Skip to content

Commit c6baa49

Browse files
committed
fix submit project in program & more in open-vacancy
1 parent b96d9a8 commit c6baa49

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

projects/social_platform/src/app/office/features/detail/detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
</div>
241241
<app-input
242242
type="radio"
243-
[appValue]="project.id.toLocaleString()"
243+
[appValue]="project.id.toString()"
244244
[checked]="selectedProjectId === project.id"
245245
(change)="onProjectRadioChange($event)"
246246
></app-input>

projects/social_platform/src/app/office/feed/shared/open-vacancy/open-vacancy.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ <h3 class="text-body-10 lists__title">{{ vacancy.role }}</h3>
5656
}
5757
</div>
5858
} @if (skillsLength > 8) {
59-
<div class="read-more" (click)="readFullSkills = !readFullSkills">
60-
{{ readFullSkills ? "Скрыть" : "Читать полностью" }}
59+
<div class="read-more text-body-10" (click)="readFullSkills = !readFullSkills">
60+
{{ readFullSkills ? "cкрыть" : "xитать полностью" }}
6161
</div>
6262
} }
6363
</div>
@@ -72,10 +72,10 @@ <h3 class="text-body-10 lists__title">{{ vacancy.role }}</h3>
7272
></p>
7373
@if (descriptionExpandable) {
7474
<div
75-
class="read-more"
75+
class="read-more text-body-10"
7676
(click)="onExpandDescription(descEl, 'expanded', readFullDescription)"
7777
>
78-
{{ readFullDescription ? "Скрыть" : "Читать полностью" }}
78+
{{ readFullDescription ? "cкрыть" : "читать полностью" }}
7979
</div>
8080
}
8181
</div>

0 commit comments

Comments
 (0)