fix booking editing in cart
This commit is contained in:
@@ -66,7 +66,11 @@ export default function CartServiceItem({
|
|||||||
|
|
||||||
<TableCell className="px-4 text-right sm:px-6">
|
<TableCell className="px-4 text-right sm:px-6">
|
||||||
<span className="flex justify-end gap-x-1">
|
<span className="flex justify-end gap-x-1">
|
||||||
<Button size="sm" onClick={() => setEditingItem(item)}>
|
<Button
|
||||||
|
type="button"
|
||||||
|
size="sm"
|
||||||
|
onClick={() => setEditingItem(item)}
|
||||||
|
>
|
||||||
<Trans i18nKey="common:change" />
|
<Trans i18nKey="common:change" />
|
||||||
</Button>
|
</Button>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user