Added name and price of the cart item

This commit is contained in:
Luis Alvarez
2020-10-06 17:16:06 -05:00
parent e341d6b5f3
commit 835298ac92
4 changed files with 67 additions and 5 deletions

View File

@@ -43,7 +43,6 @@ export const useUI = () => {
}
function uiReducer(state: State, action: Action) {
console.log(action)
switch (action.type) {
case 'OPEN_SIDEBAR': {
return {