@@ -253,16 +253,16 @@ const SelectProducts = (props: SelectProductsProps) => {
253
253
let productIndex = 0 ;
254
254
255
255
return (
256
- ( < div className = { 'hi-product-widget-container' }
257
- ref = { resizeRef }
258
- style = { {
259
- '--widget-background-color' : props . colors ?. background ,
260
- '--widget-primary-color' : props . colors ?. primary ,
261
- '--widget-primary-text-color' : props . colors ?. primaryText ,
262
- '--widget-secondary-color' : props . colors ?. secondary ,
263
- '--widget-secondary-text-color' : props . colors ?. secondaryText ,
264
- '--widget-padding' : props ?. padding ,
265
- } as React . CSSProperties } >
256
+ < div className = { 'hi-product-widget-container' }
257
+ ref = { resizeRef }
258
+ style = { {
259
+ '--widget-background-color' : props . colors ?. background ,
260
+ '--widget-primary-color' : props . colors ?. primary ,
261
+ '--widget-primary-text-color' : props . colors ?. primaryText ,
262
+ '--widget-secondary-color' : props . colors ?. secondary ,
263
+ '--widget-secondary-text-color' : props . colors ?. secondaryText ,
264
+ '--widget-padding' : props ?. padding ,
265
+ } as React . CSSProperties } >
266
266
{ ! productAreAvailable && (
267
267
< div className = { classNames ( [ 'hi-no-products' ] ) } >
268
268
< p className = { classNames ( [ 'hi-no-products-message' ] ) } >
@@ -497,7 +497,7 @@ const SelectProducts = (props: SelectProductsProps) => {
497
497
< PoweredByFooter style = { {
498
498
'color' : props . colors ?. primaryText || '#000' ,
499
499
} } />
500
- </ div > )
500
+ </ div >
501
501
) ;
502
502
}
503
503
0 commit comments