Ver código fonte

return row.editor?.nickName;

visuddhinanda 2 anos atrás
pai
commit
9961be6fcf
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      dashboard/src/pages/admin/relation/list.tsx

+ 1 - 1
dashboard/src/pages/admin/relation/list.tsx

@@ -258,7 +258,7 @@ const Widget = () => {
             dataIndex: "editor",
             dataIndex: "editor",
             key: "editor",
             key: "editor",
             render: (text, row, index, action) => {
             render: (text, row, index, action) => {
-              return row.editor?.realName;
+              return row.editor?.nickName;
             },
             },
           },
           },
           {
           {