Skip to content

Commit 5c71927

Browse files
Updated typo
1 parent e7ffe31 commit 5c71927

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)