1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00
This commit is contained in:
Andrew Kingston 2022-04-14 10:12:49 +01:00
parent 923973f1ab
commit 3875cb02f0

View file

@ -69,7 +69,7 @@
firstRoute = roleRoutes[0]?.routing?.route || "/"
}
// Otherwise just use the fist route
// Otherwise just use the first route
else {
firstRoute = $screenStore.screens[0]?.routing?.route ?? "/"
}