Skip to content

Commit c72e366

Browse files
committed
Unrelated: fix for unused RunIcon line
It wasn’t being returned
1 parent 00a7fa7 commit c72e366

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/webapp/app/components/runs/v3/RunIcon.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ export function RunIcon({ name, className, spanName }: TaskIconProps) {
4848
) {
4949
return <TablerIcon name={spanNameIcon.iconName} className={className} />;
5050
}
51-
52-
<InformationCircleIcon className={cn(className, "text-text-dimmed")} />;
5351
}
5452

5553
if (!name) return <Squares2X2Icon className={cn(className, "text-text-dimmed")} />;

0 commit comments

Comments
 (0)