Bug Fixing

This commit is contained in:
2022-02-03 16:39:05 +07:00
parent c63c1b961d
commit 32f33e6102
6 changed files with 74 additions and 18 deletions

View File

@@ -168,7 +168,7 @@ export const Membership = observer(() => {
const columns = [
{
title: "Name",
title: "Nama",
dataIndex: "name",
key: "name",
render: (text, record) => record?.name ?? record?.username,