Skip to content

Commit 1524771

Browse files
committed
Linting
1 parent a640f32 commit 1524771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export class CircularHeatmapComponent implements OnInit {
206206
)
207207
);
208208

209-
if (card) {
209+
if (card) {
210210
return card.Activity.find(
211211
activity => activity.activityName === activityName
212212
)?.teamsImplemented;

0 commit comments

Comments
 (0)