reference update

This commit is contained in:
Erik 2023-03-22 00:39:36 +02:00
parent 004f745bc0
commit 8d93714654
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -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'>