feat: Update emergency contact completion status in onboarding section
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user