Skip to content

Commit 26f41a8

Browse files
committed
fix
g
1 parent c0571c1 commit 26f41a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/FCEA/DashboardController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function index()
6363
}),
6464
'myFursuitInfos' => $myFursuitInfos,
6565
'fursuitRanking' => $fursuitRanking->map(fn($entry) => [
66-
'name' => $entry->fursuit->name,
66+
'name' => $entry->fursuit?->name,
6767
]),
6868
'myFursuitInfoCatchedTotal' => $myFursuitInfoCatchedTotal, // How many times the user got catched on all fursuits summed up
6969
'caughtFursuit' => $caughtFursuit

0 commit comments

Comments
 (0)