File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ class App extends Component {
25
25
26
26
< div className = { style . MainContainer } >
27
27
< div className = { style . ProductPreview } >
28
- < ProductPreview currentPreviewImage = { this . state . productData . colorOptions [ this . state . currentPreviewImagePos ] . imageUrl } showHeartBeatSection = { this . state . showHeartBeatSection } currentPreviewImagePos = { this . state . currentPreviewImagePos } />
28
+ < ProductPreview currentPreviewImage = { this . state . productData . colorOptions [ this . state . currentPreviewImagePos ] . imageUrl } showHeartBeatSection = { this . state . showHeartBeatSection } />
29
29
</ div >
30
30
31
31
< div className = { style . ProductData } >
32
- < ProductDetails data = { this . state . productData } onColorOptionClick = { this . onColorOptionClick } />
32
+ < ProductDetails data = { this . state . productData } onColorOptionClick = { this . onColorOptionClick } currentPreviewImagePos = { this . state . currentPreviewImagePos } />
33
33
</ div >
34
34
</ div >
35
35
</ div >
You can’t perform that action at this time.
0 commit comments