Skip to content

Commit 6cdcf86

Browse files
author
Ives van Hoorne
committed
Don't show CodeSponsor on your own sandboxes
1 parent 973d794 commit 6cdcf86

File tree

1 file changed

+1
-1
lines changed
  • src/app/pages/Sandbox/Editor/Workspace

1 file changed

+1
-1
lines changed

src/app/pages/Sandbox/Editor/Workspace/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const Workspace = ({
154154
</div>
155155

156156
<div>
157-
{!isPatron && <Advertisement />}
157+
{!isPatron && !sandbox.owned && <Advertisement />}
158158
<ConnectionNotice />
159159
<TermsContainer>
160160
By using CodeSandbox you agree to our{' '}

0 commit comments

Comments
 (0)