forcing update

This commit is contained in:
Miodec 2022-06-25 16:42:33 +02:00
parent 63bf85ac1c
commit 3349181dd7

View file

@ -94,7 +94,7 @@ const routes: Route[] = [
{
path: "/profile/:uid",
load: (params): void => {
PageController.change(PageProfile.page, undefined, params);
PageController.change(PageProfile.page, true, params);
},
},
];