mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Added name and price of the cart item
This commit is contained in:
@@ -43,7 +43,6 @@ export const useUI = () => {
|
||||
}
|
||||
|
||||
function uiReducer(state: State, action: Action) {
|
||||
console.log(action)
|
||||
switch (action.type) {
|
||||
case 'OPEN_SIDEBAR': {
|
||||
return {
|
||||
|
Reference in New Issue
Block a user