feat: Enable AttendanceDashboardChart in the dashboard screen

This commit is contained in:
Vaibhav Surve 2025-06-23 13:01:46 +05:30
parent 6c3370437d
commit 6e11fc8c52

View File

@ -59,7 +59,7 @@ class _DashboardScreenState extends State<DashboardScreen> with UIMixin {
MySpacing.height(12), MySpacing.height(12),
_buildDashboardStats(), _buildDashboardStats(),
MySpacing.height(24), MySpacing.height(24),
// AttendanceDashboardChart(), AttendanceDashboardChart(),
MySpacing.height(300), MySpacing.height(300),
if (!hasMpin) ...[ if (!hasMpin) ...[