fix: top aligned all batch feedback rows

This commit is contained in:
Jannat Patel
2025-02-04 11:15:39 +05:30
parent f9706f10e1
commit 3ff6c96273
5 changed files with 12 additions and 6 deletions

View File

@@ -78,7 +78,7 @@
</div>
<!-- Heatmap -->
<StudentHeatmap :member="student.email" :base_days="120" />
<StudentHeatmap :member="student.email" :days="120" />
</div>
</template>
</Dialog>