Skip to content

Commit 64d7ece

Browse files
authored
Update index.blade.php
1 parent 1278e71 commit 64d7ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/status-page/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<x-cachet::component-group :component-group="$componentGroup"/>
1111
@endforeach
1212

13-
@if($ungroupedComponents)
13+
@if($ungroupedComponents->isNotEmpty())
1414
<x-cachet::component-group :component-group="$ungroupedComponents"/>
1515
@endif
1616

0 commit comments

Comments
 (0)