diff --git a/src/views/History/HistoryCard.jsx b/src/views/History/HistoryCard.jsx index 26810ef..8e562d2 100644 --- a/src/views/History/HistoryCard.jsx +++ b/src/views/History/HistoryCard.jsx @@ -2,7 +2,6 @@ import { AccessTime, CalendarMonth, Check, - CheckCircle, EventNote, HourglassEmpty, MoreVert, @@ -235,9 +234,11 @@ const HistoryCard = ({ size='sm' variant='solid' color='success' - startDecorator={} + startDecorator={ + + } > - Done by {performer?.displayName || 'Unknown'} + {performer?.displayName || 'Unknown'} {historyEntry.completedBy !== historyEntry.assignedTo &&