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 91197d4 commit 69e76c7Copy full SHA for 69e76c7
packages/mobile/src/components/edit/VisibilityField/VisibilityScreen.tsx
@@ -124,7 +124,8 @@ export const VisibilityScreen = () => {
124
disabled={!isEditableAccessEnabled && initiallyPublic}
125
/>
126
{!initiallyPublic &&
127
- (entityType === 'track' || isPaidScheduledEnabled) ? (
+ (entityType === 'track' ||
128
+ (isPaidScheduledEnabled && entityType === 'album')) ? (
129
<ExpandableRadio
130
value='scheduled'
131
label={messages.scheduledRelease}
0 commit comments