Skip to content

Commit b6dee50

Browse files
author
David de Regt
committed
Fixing build issue in imagesvg
1 parent 6eeaf42 commit b6dee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/imagesvg/src/web/ImageSvg.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class ImageSvg extends React.Component<ImageSvgProps, {}> {
2121
let combinedStyles = RXStyles.combine([{
2222
display: 'flex',
2323
position: 'relative'
24-
}, this.props.style]) as any;
24+
} as any, this.props.style]) as any;
2525

2626
if (this.props.fillColor !== undefined) {
2727
combinedStyles.fill = this.props.fillColor;

0 commit comments

Comments
 (0)