Style conversation flow for group-messages

This commit is contained in:
tiago.kayaya
2020-12-29 17:22:56 +01:00
parent 31cca48adc
commit 126abf2b18
6 changed files with 161 additions and 70 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ const routes: Routes = [
},
{
path: '',
redirectTo: 'home/events',
redirectTo: '/home/events',
pathMatch: 'full'
}
];