Skip to content

Commit

Permalink
fix(client): resolve style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bellodamilola committed Dec 2, 2024
1 parent 341cad0 commit fe2346e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/client/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ export default function HomePage(): JSX.Element {
onChange={(event) =>
setInviteCode(event.target.value)
}
disabled={!!_searchParams.get("credentialGroupId")}
disabled={
!!_searchParams.get("credentialGroupId")
}
/>
</VStack>

Expand Down

0 comments on commit fe2346e

Please sign in to comment.