mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 14:53:16 +08:00
Merge pull request #3741 from JimmyLv/patch-1
Update practical-projects.zh-CN.md
This commit is contained in:
commit
b08dd6d1f9
@ -131,7 +131,7 @@ const ProductList = ({ onDelete, products }) => {
|
||||
);
|
||||
};
|
||||
|
||||
ProductList.proptypes = {
|
||||
ProductList.propTypes = {
|
||||
onDelete: PropTypes.func.isRequired,
|
||||
products: PropTypes.array.isRequired,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user