feat: Update emergency contact completion status in onboarding section
This commit is contained in:
@@ -40,7 +40,7 @@ class OnboardingSection extends StatelessWidget {
|
||||
ProfileMenuItem(
|
||||
icon: UiIcons.phone,
|
||||
label: i18n.menu_items.emergency_contact,
|
||||
completed: true,
|
||||
completed: state.emergencyContactsComplete,
|
||||
onTap: () => Modular.to.toEmergencyContact(),
|
||||
),
|
||||
ProfileMenuItem(
|
||||
|
||||
Reference in New Issue
Block a user