We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973d794 commit 6cdcf86Copy full SHA for 6cdcf86
src/app/pages/Sandbox/Editor/Workspace/index.js
@@ -154,7 +154,7 @@ const Workspace = ({
154
</div>
155
156
<div>
157
- {!isPatron && <Advertisement />}
+ {!isPatron && !sandbox.owned && <Advertisement />}
158
<ConnectionNotice />
159
<TermsContainer>
160
By using CodeSandbox you agree to our{' '}
0 commit comments