Skip to content

Commit 133fc1c

Browse files
authored
Merge pull request #253 from wurstbrot/gsoc-2023
Typo corrected activityData
2 parents c025d20 + 5a1295e commit 133fc1c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/app/component/circular-heatmap/circular-heatmap.component.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ <h2>Nothing to show</h2>
8282
</mat-expansion-panel-header>
8383
<ng-template matExpansionPanelContent>
8484
<ul>
85-
<li *ngFor="let implement of activityDetails.implementation">
85+
<li
86+
*ngFor="let implement of activityDetails.implementation">
8687
<a href="{{ implement.url }}">{{ implement.name }}</a>
8788
</li>
8889
</ul>
@@ -114,7 +115,9 @@ <h2>Nothing to show</h2>
114115
Knowledge:
115116
{{ activityDetails.difficultyOfImplementation.knowledge }}
116117
</p>
117-
<p>Time: {{ activityDetails.difficultyOfImplementation.time }}</p>
118+
<p>
119+
Time: {{ activityDetails.difficultyOfImplementation.time }}
120+
</p>
118121
<p>
119122
Resources:
120123
{{ activityDetails.difficultyOfImplementation.resources }}
@@ -227,7 +230,7 @@ <h2>Nothing to show</h2>
227230
<mat-card-subtitle>{{ cardSubheader }}</mat-card-subtitle>
228231
</mat-card-title-group>
229232
<mat-card-content
230-
*ngFor="let activity of activitysData; index as activityIndex">
233+
*ngFor="let activity of activityData; index as activityIndex">
231234
<mat-expansion-panel>
232235
<mat-expansion-panel-header>
233236
<mat-panel-title>

0 commit comments

Comments
 (0)