Skip to content

Commit dfbd69d

Browse files
committed
set LikeIcon as default for VoteOption.tsx
1 parent d16f66d commit dfbd69d

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/components/recommendation/recommendation-voting/components/vote-option

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/recommendation/recommendation-voting/components/vote-option/VoteOption.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const VoteOption = (props: Props) => {
106106
>
107107
<IconButton
108108
disabled={!isAnalyticsEnable}
109-
icon={iconType[voteOption] ?? 'default'}
109+
icon={iconType[voteOption] ?? 'LikeIcon'}
110110
className={cx('vote__btn', { selected: vote === voteOption })}
111111
aria-label="vote useful"
112112
data-testid={`${voteOption}-vote-btn`}

0 commit comments

Comments
 (0)