Skip to content

Commit 8fe70d0

Browse files
authored
Update index.blade.php
1 parent 64d7ece commit 8fe70d0

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

0 commit comments

Comments
 (0)