Fix Cart checkout Button hover

It was disabled 🤦
This commit is contained in:
2021-11-07 22:41:34 +01:00
parent 84395e43e5
commit 5229105e5d
3 changed files with 2 additions and 2 deletions

View File

@@ -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()

View File

@@ -160,7 +160,6 @@
text="Checkout"
color="pink"
size="small"
disabled={!$cartData}
/>
</div>
{/if}