diff --git a/src/app/[locale]/(protected)/boards/[boardCode]/page.tsx b/src/app/[locale]/(protected)/boards/[boardCode]/page.tsx index 277fb1a9..9b6f6b6b 100644 --- a/src/app/[locale]/(protected)/boards/[boardCode]/page.tsx +++ b/src/app/[locale]/(protected)/boards/[boardCode]/page.tsx @@ -340,7 +340,7 @@ export default function DynamicBoardListPage() { }, columns: tableColumns, - headerActions: ( + headerActions: () => ( <>