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.
|
/// Navigates to the bank account page.
|
||||||
void pushBankAccount() {
|
void pushBankAccount() {
|
||||||
pushNamed('../bank-account');
|
pushNamed('../bank-account/');
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Navigates to the timecard page.
|
/// Navigates to the timecard page.
|
||||||
|
|||||||
Reference in New Issue
Block a user