diff --git a/components/resource/About.tsx b/components/resource/About.tsx index 4968c073..1b4f6b7d 100644 --- a/components/resource/About.tsx +++ b/components/resource/About.tsx @@ -6,9 +6,7 @@ const columns = [ { name: 'Name', key: 'name', - render: ({ name, id }) => { - name || id; - }, + render: ({ name, id }) => name || id, }, { name: 'Title',