diff --git a/src/lib/instagram/Instagram.js b/src/lib/instagram/Instagram.js index b4f5f5d..792e339 100644 --- a/src/lib/instagram/Instagram.js +++ b/src/lib/instagram/Instagram.js @@ -40,7 +40,7 @@ const Instagram = ({ id, url, hideCaption, width, parentClass }) => { setinstaEmbed(result.html) }, (error) => { - console.throw(erorr); + console.log(erorr); } ) } @@ -86,4 +86,4 @@ Instagram.defaultProps = { }; -export default Instagram; \ No newline at end of file +export default Instagram;