Skip to content

Commit

Permalink
hide when discord id is present
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Jun 7, 2024
1 parent 9b4d907 commit 1f52761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/userLookup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const LookupMenu: React.FC<LookupMenuProps> = (

return (
<ActiveLookupContext.Provider value={{ updateUser: updateUser }}>
{!value && (
{!value && !discordId && (
<form
className="flex flex-row justify-center gap-3"
onSubmit={(event) => {
Expand Down

0 comments on commit 1f52761

Please sign in to comment.