Explorar o código

return row.editor?.nickName;

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
9961be6fcf
Modificáronse 1 ficheiros con 1 adicións e 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;
             },
           },
           {