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 d17062f commit 93c5077Copy full SHA for 93c5077
packages/app/src/app/pages/Sandbox/Editor/Workspace/Project/Project.tsx
@@ -114,7 +114,7 @@ export const Project = observer(({ editable }: IProjectProps) => {
114
</PrivacyContainer>
115
</PropertyValue>
116
</Item>
117
- {!isPatron && editable && (
+ {!isPatron && (
118
<Explanation style={{ marginTop: '-1rem' }}>
119
You can change privacy of a sandbox as a{' '}
120
<a href={patronUrl()} target="_blank">
0 commit comments