feat: fixes

This commit is contained in:
2026-03-03 11:50:40 +01:00
parent ae93cd4521
commit 0ce69bc33b
4 changed files with 46 additions and 23 deletions
+1 -2
View File
@@ -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()
}}