reference update
This commit is contained in:
parent
004f745bc0
commit
8d93714654
@ -182,6 +182,7 @@ const CreateUserField = () => {
|
||||
event.target.style.visibility = "hidden";
|
||||
};
|
||||
|
||||
// TODO: Finish this
|
||||
return <div>
|
||||
<h4>One-Click Sign-Up</h4>
|
||||
{link ?
|
||||
@ -235,7 +236,7 @@ const Users = () => {
|
||||
}}
|
||||
key={user.id}
|
||||
item={user}
|
||||
itemKeys={['username', 'id']} />)}
|
||||
itemKeys={['name', 'id']} />)}
|
||||
</Table>
|
||||
|
||||
<div className='flex is-vertical-align is-center page-controls'>
|
||||
|
Loading…
Reference in New Issue
Block a user