Skip to content

Commit a4904cf

Browse files
committed
Resolve discussions
1 parent 0c25b12 commit a4904cf

File tree

1 file changed

+2
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/items/Live

1 file changed

+2
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/items/Live/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ export const Live: FunctionComponent = () => {
4747
isLoggedIn,
4848
},
4949
} = useOvermind();
50+
const showPlaceHolder = (!isLive && !owned) || !isLoggedIn;
5051

51-
if ((!isLive && !owned) || !isLoggedIn) {
52+
if (showPlaceHolder) {
5253
const message = isLoggedIn ? (
5354
<>
5455
You need to own this sandbox to open a live session to collaborate with

0 commit comments

Comments
 (0)