Skip to content

Commit

Permalink
fix counter
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Jan 30, 2024
1 parent 9f82e41 commit 87160dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function index()
{
return Inertia::render('Public/Home', [
'projects_count' => Project::query()
->whereIsOpen()
->whereIsApproved()
->count(),

'organizations_count' => Organization::query()
Expand Down

0 comments on commit 87160dd

Please sign in to comment.