Fix status style for unmonitored events

This commit is contained in:
Bogdan 2023-09-12 12:05:59 +03:00
parent 4e827e726f
commit 69253a4ac4
1 changed files with 1 additions and 1 deletions

View File

@ -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) {