fix: rename on-time rate label, hoist getApiKey above escalation loop, remove broken capa-owner incident link
This commit is contained in:
@@ -78,9 +78,7 @@ export default async function CapaOwnerPage() {
|
||||
<div className="flex-1 min-w-0">
|
||||
<p className="text-sm text-gray-800">{capa.description}</p>
|
||||
{incRef && (
|
||||
<Link href={`/hse/incidents/${capa.incident_id}`} className="text-xs text-blue-600 hover:underline mt-0.5 block">
|
||||
{incRef}
|
||||
</Link>
|
||||
<p className="text-xs text-gray-500 mt-0.5">{incRef}</p>
|
||||
)}
|
||||
</div>
|
||||
<div className="shrink-0 text-right">
|
||||
|
||||
Reference in New Issue
Block a user