Fix status style for unmonitored events

pull/9174/head
Bogdan 9 months ago
parent 4e827e726f
commit 69253a4ac4

@ -10,7 +10,7 @@ function getStatusStyle(status, monitored, hasFile, isAvailable, returnType, que
}
if (hasFile && !monitored) {
return returnType === 'kinds' ? kinds.DEFAULT : 'unreleased';
return returnType === 'kinds' ? kinds.DEFAULT : 'unmonitored';
}
if (isAvailable && monitored) {

Loading…
Cancel
Save