mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-08-03 15:07:42 +00:00
feat(user): add admin topup functionality in user details page ✨
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m16s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m16s
This commit is contained in:
@ -127,7 +127,7 @@ export async function UsersTable({
|
||||
|
||||
<TableCell>{user.mobile}</TableCell>
|
||||
<TableCell>
|
||||
<Link href={`/users/${user.id}/verify`}>
|
||||
<Link href={`/users/${user.id}/details`}>
|
||||
<Button>Details</Button>
|
||||
</Link>
|
||||
</TableCell>
|
||||
|
Reference in New Issue
Block a user