()
| 13 | } |
| 14 | |
| 15 | const removeFromCartHandler = () => { |
| 16 | dispatch(removeFromCart({ productId })) |
| 17 | } |
| 18 | |
| 19 | return ( |
| 20 | <div className="inline-flex items-center gap-1 sm:gap-3 px-3 py-1 rounded border border-slate-200 max-sm:text-sm text-slate-600"> |
nothing calls this directly
no outgoing calls
no test coverage detected