Skip to content

Commit

Permalink
[assets-overview] fix assetsurl
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed May 15, 2023
1 parent 0ba70da commit 753f96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/assets-overview/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const App = (props = {}) => {
React.useEffect(() => {
let assetsUrl = props.assetsUrl
if (!assetsUrl) {
return assetsUrl(window.location.origin)
assetsUrl = window.location.origin
}
setAssetsUrl(assetsUrl)
setManifestUrl(assetsUrl + "/manifest.json")
Expand Down

0 comments on commit 753f96b

Please sign in to comment.