Skip to content

Commit

Permalink
v1.3-beta: minor fix for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sshmatrix committed Dec 30, 2023
1 parent 6c36114 commit 7c555fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@ const Preview: React.FC<ModalProps> = ({ show, onClose, _ENS_, chain, handlePare
}
{ENS && (!avatar || !imageLoaded) && !loading && list.length > 0 &&
<StyledModalTitle>
{['0', '1', ''].includes(isLoading['avatar']) && (
{['0', '1', '-', ''].includes(isLoading['avatar']) && (
<span
className="material-icons-round miui"
style={{
Expand Down Expand Up @@ -3469,7 +3469,7 @@ const Preview: React.FC<ModalProps> = ({ show, onClose, _ENS_, chain, handlePare
onClose={() => {
setGateway(false)
}}
show={gateway}
show={gateway}
>
{undefined}
</Gateway>
Expand Down

0 comments on commit 7c555fd

Please sign in to comment.