fix: showBoarding
This commit is contained in:
@@ -106,7 +106,7 @@ function currentTeam()
|
|||||||
|
|
||||||
function showBoarding(): bool
|
function showBoarding(): bool
|
||||||
{
|
{
|
||||||
if (Auth::user()->isMember()) {
|
if (Auth::user()?->isMember()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user