Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Nov 6, 2024
1 parent 25c2506 commit e5d4a1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default function NameDisplay({ domain, isPrimary, tokenId, expiresAt }: N
</span>
</DropdownItem>
{!isPrimary ? (
// eslint-disable-next-line @typescript-eslint/no-misused-promises
<DropdownItem onClick={setPrimaryUsername}>
<span className="flex flex-row items-center gap-2">
<Icon name="plus" color="currentColor" width="1rem" height="1rem" /> Set as
Expand Down

0 comments on commit e5d4a1d

Please sign in to comment.