fix: detail user
This commit is contained in:
parent
e8c4b9a2bf
commit
8d7d7369f4
|
@ -160,6 +160,11 @@ export const DetailUser = observer(() => {
|
|||
modalLoader.setLoading(false);
|
||||
};
|
||||
const columns = [
|
||||
{
|
||||
title: "Pengirim",
|
||||
dataIndex: "sender_name",
|
||||
key: "sender_name"
|
||||
},
|
||||
{
|
||||
title: "Nominal",
|
||||
dataIndex: "amount",
|
||||
|
|
Loading…
Reference in New Issue
Block a user