From e39cdf53e2f69d25c93c85fdf2215cd93e283f47 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Jan 2015 10:51:21 +0000 Subject: [PATCH] Hide the component picker if there are no components to pick from --- app/views/dashboard/incidents/edit.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/dashboard/incidents/edit.blade.php b/app/views/dashboard/incidents/edit.blade.php index 58f55db7..bef5287b 100644 --- a/app/views/dashboard/incidents/edit.blade.php +++ b/app/views/dashboard/incidents/edit.blade.php @@ -43,6 +43,7 @@ {{ trans('cachet.incidents.status')[4] }} + @if($components->count() > 0)