title: auto
des: auto note:auto
This commit is contained in:
@@ -13,28 +13,26 @@ import {
|
||||
import { IconChevronRight } from "@tabler/icons-react";
|
||||
|
||||
export default function Admin_BuktiTransferInvestasi() {
|
||||
|
||||
const listUsername = [
|
||||
{
|
||||
id: 1
|
||||
id: 1,
|
||||
},
|
||||
{
|
||||
id: 2
|
||||
id: 2,
|
||||
},
|
||||
{
|
||||
id: 3
|
||||
id: 3,
|
||||
},
|
||||
{
|
||||
id: 4
|
||||
id: 4,
|
||||
},
|
||||
{
|
||||
id: 5
|
||||
id: 5,
|
||||
},
|
||||
{
|
||||
id: 6
|
||||
id: 6,
|
||||
},
|
||||
|
||||
]
|
||||
];
|
||||
return (
|
||||
<>
|
||||
{/* Box Username */}
|
||||
@@ -50,7 +48,6 @@ export default function Admin_BuktiTransferInvestasi() {
|
||||
</Grid>
|
||||
</Paper>
|
||||
))}
|
||||
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user