diff --git a/app/(main)/shop/[id]/page.tsx b/app/(main)/shop/[id]/page.tsx index 90fc1f8..5e48ee4 100644 --- a/app/(main)/shop/[id]/page.tsx +++ b/app/(main)/shop/[id]/page.tsx @@ -62,14 +62,7 @@ export default async function ShopPage({ params }: PageProps) {
-
-

{shop.name}

- - {shop.commissionType === "percentage" - ? `抽成 ${shop.commissionValue}%` - : `固定抽成 ${shop.commissionValue}`} - -
+

{shop.name}

{shop.description}