diff --git a/app/pages/dashboard-contents/index.tsx b/app/pages/dashboard-contents/index.tsx index 9d35d10..f6092fc 100644 --- a/app/pages/dashboard-contents/index.tsx +++ b/app/pages/dashboard-contents/index.tsx @@ -62,9 +62,12 @@ export const ContentsPage = () => {
ID: {data.id.slice(0, 8)}
), - 4: (value: TCategoryResponse[]) => - value.map((item) => item.name).join(', '), - 5: (value: TTagResponse[]) => value.map((item) => item.name).join(', '), + 4: (value: TCategoryResponse[]) => ( +
{value.map((item) => item.name).join(', ')}
+ ), + 5: (value: TTagResponse[]) => ( +
{value.map((item) => item.name).join(', ')}
+ ), 6: (value: string) => value ? (