diff --git a/views/choresoverview.blade.php b/views/choresoverview.blade.php index 0edb7679..d83a80c9 100644 --- a/views/choresoverview.blade.php +++ b/views/choresoverview.blade.php @@ -125,7 +125,7 @@ {{ $curentChoreEntry->next_estimated_execution_time }} @else - ... + - @endif @@ -138,7 +138,7 @@ @if(!empty($curentChoreEntry->next_execution_assigned_to_user_id)) {{ FindObjectInArrayByPropertyValue($users, 'id', $curentChoreEntry->next_execution_assigned_to_user_id)->display_name }} @else - ... + - @endif