fix: showBoarding

This commit is contained in:
Andras Bacsai
2024-11-05 11:53:11 +01:00
parent 41aadb7f8f
commit c8a3519796

View File

@@ -106,7 +106,7 @@ function currentTeam()
function showBoarding(): bool
{
if (Auth::user()->isMember()) {
if (Auth::user()?->isMember()) {
return false;
}