feat(client): add update password
This commit is contained in:
@@ -70,7 +70,7 @@ export default function Header({ title, additionalContent }: HeaderProps) {
|
||||
closeDrawer={closeEditDrawer}
|
||||
type="edit"
|
||||
>
|
||||
{user?.id && <UserEdit userId={user?.id} />}
|
||||
{user?.id && <UserEdit closeDrawer={closeEditDrawer} userId={user?.id} />}
|
||||
</ContentDrawer>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user