chore: release [ci skip]
This commit is contained in:
@@ -25,7 +25,8 @@ export default function PaymentPage() {
|
||||
const { products } = useManager();
|
||||
|
||||
const findProduct = (id: string): MenuItemEntity =>
|
||||
products.find((i) => i.id == id) ?? ({
|
||||
products.find((i) => i.id == id) ??
|
||||
({
|
||||
name: "Unknown product",
|
||||
description: "",
|
||||
price: 0,
|
||||
|
||||
Reference in New Issue
Block a user