feat(status): make the set-status menu work
feat(user): optimise get() function for react qol(todos): update todos
This commit is contained in:
parent
dbb407606b
commit
1c90a0c859
30 changed files with 572 additions and 324 deletions
|
|
@ -63,6 +63,7 @@ export default function InviteButton({
|
|||
<Wrapper
|
||||
key={contact.UserId}
|
||||
userId={contact.UserId}
|
||||
fields={["Display"]}
|
||||
loading={<div>Loading...</div>}
|
||||
component={(user) => (
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue