chore: release [ci skip]

This commit is contained in:
gitea-actions
2026-05-14 03:39:58 +00:00
parent 8e9e48d9b4
commit 378e381454
6 changed files with 12 additions and 9 deletions
+2 -1
View File
@@ -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,