diff options
Diffstat (limited to 'src/core/components/elements/Product')
| -rw-r--r-- | src/core/components/elements/Product/cartProductsList.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/components/elements/Product/cartProductsList.jsx b/src/core/components/elements/Product/cartProductsList.jsx index 7a95f1f1..5887b425 100644 --- a/src/core/components/elements/Product/cartProductsList.jsx +++ b/src/core/components/elements/Product/cartProductsList.jsx @@ -15,6 +15,7 @@ const CardProdcuctsList = ({ updateQuantity = () => {}, setDeleteConfirmation = () => {} }) => { + return ( <table className='table-cart'> <thead> |
