Fix typo
This commit is contained in:
parent
923973f1ab
commit
3875cb02f0
|
@ -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 ?? "/"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue