mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Update practical-projects.zh-CN.md
Just fixed small typo.
This commit is contained in:
parent
45b8a9b507
commit
5cebea6b47
@ -131,7 +131,7 @@ const ProductList = ({ onDelete, products }) => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
ProductList.proptypes = {
|
ProductList.propTypes = {
|
||||||
onDelete: PropTypes.func.isRequired,
|
onDelete: PropTypes.func.isRequired,
|
||||||
products: PropTypes.array.isRequired,
|
products: PropTypes.array.isRequired,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user