mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
fix(web): biome formatting in account settings
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b97ace6c8f
commit
7f5b8abed8
1 changed files with 1 additions and 6 deletions
|
|
@ -126,12 +126,7 @@ function isPendingInvitation(invitation: {
|
|||
}
|
||||
|
||||
export default function Account() {
|
||||
const {
|
||||
user,
|
||||
org,
|
||||
refetchActiveOrg,
|
||||
refetchOrganizations,
|
||||
} = useAuth()
|
||||
const { user, org, refetchActiveOrg, refetchOrganizations } = useAuth()
|
||||
const [inviteDialogOpen, setInviteDialogOpen] = useState(false)
|
||||
const [inviteEmail, setInviteEmail] = useState("")
|
||||
const [inviteRole, setInviteRole] = useState<InviteRole>("member")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue