chore: pint

This commit is contained in:
Benjamin Nussbaum 2026-01-15 09:01:59 +01:00
parent a15645ad88
commit d19a079b8a
30 changed files with 295 additions and 188 deletions

View file

@ -122,7 +122,7 @@ class extends Component
public function loadMore(): void
{
$this->page++;
++$this->page;
$term = mb_trim($this->search);
if ($term === '' || mb_strlen($term) < 2) {