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
|
|
@ -23,6 +23,7 @@ export default function InvitePopup({
|
|||
return (
|
||||
<Wrapper
|
||||
userId={user}
|
||||
fields={["Avatar", "Display"]}
|
||||
loading={null}
|
||||
component={(user) => (
|
||||
<Dialog open={open} onOpenChange={setOpen}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue