Code cleanup, no functional changes
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="col-12">
|
||||
<h2>Our Systems</h2>
|
||||
|
||||
@if (\App\Models\System::count() == 0)
|
||||
@if (\App\Models\System::count() === 0)
|
||||
<p class="pad">There are no systems configured here.</p>
|
||||
@else
|
||||
<p>These BBS systems are configured here.</p>
|
||||
|
Reference in New Issue
Block a user