fix: Correct navigation path for bank account page and adjust module bindings
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.
|
||||
|
||||
Reference in New Issue
Block a user