Skip to content

Commit

Permalink
clean up subscript
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Sep 19, 2024
1 parent e81f87e commit cc25e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/home/report/ReportActionItemSingle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,9 @@ function ReportActionItemSingle({
return (
<SubscriptAvatar
mainAvatar={icons[0]}
secondaryAvatar={icons[1]}
secondaryAvatar={icons[1] ?? secondaryAvatar}
noMargin
backgroundColor={isHovered ? theme.hoverComponentBG : theme.componentBG}
/>
);
}
Expand Down

0 comments on commit cc25e24

Please sign in to comment.