diff --git a/app/Services/StatusLabelService.php b/app/Services/StatusLabelService.php index 2f4c291a7..5ad6a05f5 100644 --- a/app/Services/StatusLabelService.php +++ b/app/Services/StatusLabelService.php @@ -12,7 +12,7 @@ class StatusLabelService public static function get(Status $status) { - if(config('instance.label.covid') == false || !$status) { + if(config('instance.label.covid.enabled') == false || !$status) { return [ 'covid' => false ];