Skip to content

Commit 0ba7787

Browse files
authored
Merge pull request #39 from adarshbhattarai/master
Updated typo
2 parents e7ffe31 + 5c71927 commit 0ba7787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Product extends Component {
5050
}
5151
},
5252
function() {
53-
this.props.openModal(this.state.quickViewProdcut);
53+
this.props.openModal(this.state.quickViewProduct);
5454
}
5555
);
5656
}

0 commit comments

Comments
 (0)