Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed May 1, 2024
1 parent 59d126c commit 999528f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/components/AddressList/AddressListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ export default function AddressListItem({
isChainAdmin ? (
<span>{user.address}</span>
) : null
) : isAddressPrivate ? (
null
) : (
) : isAddressPrivate ? null : (
<span>{user.address}</span>
)}
</span>
Expand Down

0 comments on commit 999528f

Please sign in to comment.