fix: showBoarding
This commit is contained in:
parent
41aadb7f8f
commit
c8a3519796
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ function currentTeam()
|
||||||
|
|
||||||
function showBoarding(): bool
|
function showBoarding(): bool
|
||||||
{
|
{
|
||||||
if (Auth::user()->isMember()) {
|
if (Auth::user()?->isMember()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue