Explorar el Código

return row.editor?.nickName;

visuddhinanda hace 2 años
padre
commit
9961be6fcf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",
             key: "editor",
             render: (text, row, index, action) => {
-              return row.editor?.realName;
+              return row.editor?.nickName;
             },
           },
           {