Skip to content

Commit c0c15f0

Browse files
committed
remove trajectory-block on skills
1 parent 9d08a31 commit c0c15f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/skills/src/app/profile/home/profile-home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@if(type === 'months') {
1111
<app-month-block [months]="mockMonts" class="profile__month"></app-month-block>
1212
} @else {
13-
<app-trajectory-block class="profile__month"></app-trajectory-block>
13+
<!-- <app-trajectory-block class="profile__month"></app-trajectory-block> -->
1414
}
1515
<app-skills-block class="profile__skills"></app-skills-block>
1616
<app-progress-block></app-progress-block>

0 commit comments

Comments
 (0)