feat: Implement bank account management feature with UI, BLoC integration, and repository setup
This commit is contained in:
@@ -58,7 +58,7 @@ extension ProfileNavigator on IModularNavigator {
|
||||
|
||||
/// Navigates to the bank account page.
|
||||
void pushBankAccount() {
|
||||
pushNamed('/bank-account');
|
||||
pushNamed('../bank-account');
|
||||
}
|
||||
|
||||
/// Navigates to the timecard page.
|
||||
|
||||
@@ -186,7 +186,7 @@ class StaffProfilePage extends StatelessWidget {
|
||||
ProfileMenuItem(
|
||||
icon: UiIcons.creditCard,
|
||||
label: i18n.menu_items.payments,
|
||||
onTap: () => Modular.to.navigate('/payments'),
|
||||
onTap: () => Modular.to.navigate('/worker-main/payments'),
|
||||
),
|
||||
ProfileMenuItem(
|
||||
icon: UiIcons.clock,
|
||||
|
||||
Reference in New Issue
Block a user