Skip to content

Commit 127a103

Browse files
committed
[fix] Update color assignment for 'Analysing' status in EventItem component
1 parent f35e3fd commit 127a103

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Components/History/EventItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export function EventItem({ Prev, Curr }: IEventItem) {
6868

6969
switch (Curr.Status) {
7070
case EventStatus.Detected:
71+
case EventStatus.Analysing:
7172
color = "red";
7273
break;
7374

0 commit comments

Comments
 (0)