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