Skip to content

Commit

Permalink
fix: PORTAL-3110 (#1061)
Browse files Browse the repository at this point in the history
* fix: PORTAL-3110

* chore: update version

Co-authored-by: angelia <greenfish84@126.com>
  • Loading branch information
AngeliaQ and angelia authored May 23, 2022
1 parent 31155cf commit 7e375ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/73351114.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declined:
- helios-popup
3 changes: 1 addition & 2 deletions packages/popup/src/hooks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,7 @@ export const useCheckImage = url => {
ImgObj.onerror = function (err) {
reject(err)
}
// eslint-disable-next-line no-unused-vars
}).catch(e => {})
})
}
const [isImg, setIsImg] = useState(null)
useEffect(() => {
Expand Down

0 comments on commit 7e375ba

Please sign in to comment.