Redirect to tabs when user is selected

This commit is contained in:
2025-05-15 10:56:04 +02:00
parent 6d6460ac3e
commit ef86deb222
4 changed files with 12 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import { AllowancePage } from './allowance.page';
const routes: Routes = [
{
path: '',
path: ':id',
component: AllowancePage,
}
];