Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
g
  • Loading branch information
Thiritin committed Sep 18, 2024
1 parent c0571c1 commit 26f41a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/FCEA/DashboardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function index()
}),
'myFursuitInfos' => $myFursuitInfos,
'fursuitRanking' => $fursuitRanking->map(fn($entry) => [
'name' => $entry->fursuit->name,
'name' => $entry->fursuit?->name,
]),
'myFursuitInfoCatchedTotal' => $myFursuitInfoCatchedTotal, // How many times the user got catched on all fursuits summed up
'caughtFursuit' => $caughtFursuit
Expand Down

0 comments on commit 26f41a8

Please sign in to comment.