Fix Cart checkout Button hover
It was disabled 🤦
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
const handleArrowClick = () => {
|
||||
if (!carousel.clickAllowed()) return
|
||||
|
||||
// TODO: Clicking should also define arrowDirection? Can click without moving and won't change direction
|
||||
|
||||
// Click only if carousel if being dragged
|
||||
if (arrowDirection === 'prev') {
|
||||
carousel.scrollPrev()
|
||||
|
||||
@@ -160,7 +160,6 @@
|
||||
text="Checkout"
|
||||
color="pink"
|
||||
size="small"
|
||||
disabled={!$cartData}
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user