We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0571c1 commit 26f41a8Copy full SHA for 26f41a8
1 file changed
app/Http/Controllers/FCEA/DashboardController.php
@@ -63,7 +63,7 @@ public function index()
63
}),
64
'myFursuitInfos' => $myFursuitInfos,
65
'fursuitRanking' => $fursuitRanking->map(fn($entry) => [
66
- 'name' => $entry->fursuit->name,
+ 'name' => $entry->fursuit?->name,
67
]),
68
'myFursuitInfoCatchedTotal' => $myFursuitInfoCatchedTotal, // How many times the user got catched on all fursuits summed up
69
'caughtFursuit' => $caughtFursuit
0 commit comments