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

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