1
0
Fork 0
mirror of synced 2024-06-30 12:00:31 +12:00
This commit is contained in:
Andrew Kingston 2022-04-14 10:12:49 +01:00
parent b528c9fa08
commit 17aba96dfa

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 ?? "/"
}