feat: fixes
This commit is contained in:
@@ -566,7 +566,6 @@ const PlaybackDownload = ({ route }) => {
|
||||
setIsLoading(false)
|
||||
}
|
||||
}
|
||||
const continueLabel = hasActiveSubscription ? 'Publier' : 'Publier sans générer de revenus'
|
||||
return (
|
||||
<>
|
||||
<FullscreenIntroVideo
|
||||
@@ -649,7 +648,7 @@ const PlaybackDownload = ({ route }) => {
|
||||
</View>
|
||||
|
||||
<BorderGradientButton
|
||||
title={continueLabel}
|
||||
title={'Publier'}
|
||||
onPress={() => {
|
||||
handlePublish()
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user