Skip to content

Commit 2bfde50

Browse files
takumagottIllia Obukhau
andauthored
Update packages/pluggableWidgets/image-web/src/components/Image/ui.tsx
Co-authored-by: Illia Obukhau <[email protected]>
1 parent bcb720c commit 2bfde50

File tree

1 file changed

+1
-1
lines changed
  • packages/pluggableWidgets/image-web/src/components/Image

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/image-web/src/components/Image/ui.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function ContentIcon(props: ImageContentIcon): ReactElement {
6363

6464
return (
6565
<span
66-
className={classNames(props.isGlyph === true ? "glyphicon" : "", props.icon)}
66+
className={classNames(props.icon, { glyphicon: props.isGlyph })}
6767
style={{ ...props.style, fontSize: `${props.size}px` }}
6868
{...accessibilityProps}
6969
{...onClickProps}

0 commit comments

Comments
 (0)