We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16f66d commit dfbd69dCopy full SHA for dfbd69d
redisinsight/ui/src/components/recommendation/recommendation-voting/components/vote-option/VoteOption.tsx
@@ -106,7 +106,7 @@ const VoteOption = (props: Props) => {
106
>
107
<IconButton
108
disabled={!isAnalyticsEnable}
109
- icon={iconType[voteOption] ?? 'default'}
+ icon={iconType[voteOption] ?? 'LikeIcon'}
110
className={cx('vote__btn', { selected: vote === voteOption })}
111
aria-label="vote useful"
112
data-testid={`${voteOption}-vote-btn`}
0 commit comments