Skip to content

Commit

Permalink
fix up UI a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Apr 18, 2024
1 parent 1c15b60 commit 6aae818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/HomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function GroupListItem({
const [getConsentState, setConsentState] = useState<string | undefined>()

const denyGroup = async () => {
await client?.contacts.deny([group.id])
await client?.contacts.denyGroups([group.id])
group
.consentState()
.then(setConsentState)
Expand Down

0 comments on commit 6aae818

Please sign in to comment.