diff --git a/src/app/(protected)/orders/page.tsx b/src/app/(protected)/orders/page.tsx
index af8e1ce..c70126a 100644
--- a/src/app/(protected)/orders/page.tsx
+++ b/src/app/(protected)/orders/page.tsx
@@ -905,7 +905,7 @@ export default function OrdersPage() {
}, [visibleCols]);
return (
-
+
{/* ส่วนหัว */}
@@ -998,7 +998,7 @@ export default function OrdersPage() {
{/* ตาราง (2 ชั้น) — ไม่ fix size: ใช้ table-auto, ให้คอนเทนต์กำหนดความกว้าง, บรรทัดเดียวทุกเซลล์ */}
-
+
{/* ชั้นบน: กลุ่มหัวข้อ (ไทย) */}
diff --git a/src/app/(public)/layout.tsx b/src/app/(public)/layout.tsx
index 49de0e0..4b7b94c 100644
--- a/src/app/(public)/layout.tsx
+++ b/src/app/(public)/layout.tsx
@@ -1,3 +1,3 @@
-export default function PublicLayout({ children }: { children: React.ReactNode }) {
+export default function PublicLayout({children}: { children: React.ReactNode }) {
return {children}
;
}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index f7fa87e..7f5dcb9 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -25,7 +25,7 @@ export default function RootLayout({
return (
{children}