Skip to content

Commit 5e4b037

Browse files
committed
fix calender issue: HeatMap summary section is display for future dates
1 parent 05d8980 commit 5e4b037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/features/calendar/calendar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</div>
8181

8282
<!-- ░░ HEATMAP SUMMARY ░░ -->
83-
<div class="my-6 text-center" *ngIf="isShowHeatmap">
83+
<div class="my-6 text-center" *ngIf="heatmapSummary.length > 0">
8484
<div
8585
class="max-w-[300px] md:max-w-md mx-auto w-full border border-[var(--input-border)] rounded-lg overflow-hidden text-sm">
8686

0 commit comments

Comments
 (0)