Remove duplicate readable name

This commit is contained in:
James Brooks
2015-08-02 13:54:50 +01:00
parent 84e1770e51
commit fb55beb47b

View File

@@ -163,7 +163,6 @@ class IncidentPresenter extends AbstractPresenter
'scheduled_at' => $this->created_at(),
'created_at' => $this->created_at(),
'updated_at' => $this->updated_at(),
'status_name' => $this->wrappedObject->humanStatus,
]);
}
}