mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 15:24:03 +08:00
forcing update
This commit is contained in:
parent
63bf85ac1c
commit
3349181dd7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue