fix: Archive route
This commit is contained in:
parent
31761146a3
commit
2d2b960e11
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class FluffyRoutes {
|
|||
case 'archive':
|
||||
return ViewData(
|
||||
mainView: (_) => Archive(),
|
||||
emptyView: (_) => Chat(parts[2]),
|
||||
emptyView: (_) => EmptyPage(),
|
||||
);
|
||||
case 'discover':
|
||||
return ViewData(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue