diff --git a/console/client/src/features/timeline/TimelineIcon.tsx b/console/client/src/features/timeline/TimelineIcon.tsx index d4ab840f5a..de65e867bb 100644 --- a/console/client/src/features/timeline/TimelineIcon.tsx +++ b/console/client/src/features/timeline/TimelineIcon.tsx @@ -15,7 +15,7 @@ export const TimelineIcon = ({ event }: Props) => { return event.entry.value.sourceVerbRef ? ( ) : ( - + ) } case 'deploymentCreated':