feat: Update emergency contact completion status in onboarding section

This commit is contained in:
Achintha Isuru
2026-02-19 14:42:20 -05:00
parent 3640bfafa3
commit 4959ec1da4

View File

@@ -40,7 +40,7 @@ class OnboardingSection extends StatelessWidget {
ProfileMenuItem( ProfileMenuItem(
icon: UiIcons.phone, icon: UiIcons.phone,
label: i18n.menu_items.emergency_contact, label: i18n.menu_items.emergency_contact,
completed: true, completed: state.emergencyContactsComplete,
onTap: () => Modular.to.toEmergencyContact(), onTap: () => Modular.to.toEmergencyContact(),
), ),
ProfileMenuItem( ProfileMenuItem(