Skip to content

Commit

Permalink
Merge pull request fauna-labs#2 from dmitryyankowski/patch-2
Browse files Browse the repository at this point in the history
Only run Cloudinary loadScript once
  • Loading branch information
fauna-brecht committed Apr 23, 2020
2 parents d790fc4 + ab2f78d commit 5084709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const App = () => {
useEffect(() => {
// Load all cloudinary scripts
loadScript('https://widget.cloudinary.com/v2.0/global/all.js')
})
}, [])

// Return the header and either show an error or render the loaded profiles.
return (
Expand Down

0 comments on commit 5084709

Please sign in to comment.