Redirect to tabs when user is selected
This commit is contained in:
@@ -4,7 +4,7 @@ import { AllowancePage } from './allowance.page';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
path: ':id',
|
||||
component: AllowancePage,
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user