Преглед изворни кода

return row.editor?.nickName;

visuddhinanda пре 3 година
родитељ
комит
9961be6fcf
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
             },
           },
           {