Skip to content

Commit

Permalink
Merge 63dc183 into c2b4f15
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Nov 23, 2023
2 parents c2b4f15 + 63dc183 commit 452c2db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/InspectorPage/TopBar/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export default function TopBar({ currentProject, isUploading, onBack, onOpenModa
}, [onOpenModal, currentProject])

const previewUrl = currentProject
? `${EXPLORER_URL}?realm=${BUILDER_SERVER_URL}/projects/${currentProject.id}${config.is(Env.DEVELOPMENT) ? '&NETWORK=sepolia' : ''}`
? `${EXPLORER_URL}?realm=${BUILDER_SERVER_URL}/projects/${currentProject.id}${
config.is(Env.DEVELOPMENT) ? '&NETWORK=sepolia&DEBUG_SCENE_LOG' : ''
}`
: ''
return (
<div className={styles.container}>
Expand Down

0 comments on commit 452c2db

Please sign in to comment.