Przeglądaj źródła

return row.editor?.nickName;

visuddhinanda 2 lat temu
rodzic
commit
9961be6fcf
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
             },
           },
           {