Skip to content

Commit

Permalink
PMM-12314 Fix code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Jan 12, 2024
1 parent 44b15a7 commit 8574cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const LinkTooltipCore: FC<LabelTooltipProps> = ({
data-testid={tooltipDataTestId}
interactive={!!tooltipLink ? true : !!tooltipInteractive}
>
<div className='Tooltip-Icon'>
<div className="Tooltip-Icon">
<Icon name={tooltipIcon} />
</div>
</Tooltip>
Expand Down

0 comments on commit 8574cc2

Please sign in to comment.