Skip to content

Commit

Permalink
changes on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
harshith-venkatesh-freshworks committed Sep 30, 2024
1 parent e280127 commit d8d0fa9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,7 @@ export class SelectOption {
}

createConversationIcon() {
return (
<div class='conversation-icon'>
<fw-icon {...this.graphicsProps}></fw-icon>
</div>
);
return <div class='conversation-icon'>{this.createIcon()}</div>;
}

createIcon() {
Expand Down

0 comments on commit d8d0fa9

Please sign in to comment.