We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35e3fd commit 127a103Copy full SHA for 127a103
1 file changed
src/Components/History/EventItem.tsx
@@ -68,6 +68,7 @@ export function EventItem({ Prev, Curr }: IEventItem) {
68
69
switch (Curr.Status) {
70
case EventStatus.Detected:
71
+ case EventStatus.Analysing:
72
color = "red";
73
break;
74
0 commit comments