Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Feb 9, 2025
1 parent 8b83dfb commit 7dcb149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu/MenuManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function prepareMenu(Collection|array|null $items = []): Collection
$this->prepareMenu($item->items())
);

$item->canSee(fn(): bool => $item->items()->count() != 0);
$item->canSee(fn (): bool => $item->items()->count() != 0);
}

return $item->isSee(moonshineRequest());
Expand Down

0 comments on commit 7dcb149

Please sign in to comment.