Fix typo
This commit is contained in:
parent
b528c9fa08
commit
17aba96dfa
|
@ -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