Skip to content

Commit e7ffe31

Browse files
authored
Merge pull request #32 from LThomas92/patch-1
Updated Product.js
2 parents a73dcd8 + e856b32 commit e7ffe31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Product.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Product extends Component {
66
super(props);
77
this.state = {
88
selectedProduct: {},
9-
quickViewProdcut: {},
9+
quickViewProduct: {},
1010
isAdded: false
1111
};
1212
}
@@ -42,7 +42,7 @@ class Product extends Component {
4242
quickView(image, name, price, id) {
4343
this.setState(
4444
{
45-
quickViewProdcut: {
45+
quickViewProduct: {
4646
image: image,
4747
name: name,
4848
price: price,

0 commit comments

Comments
 (0)