@@ -5,7 +5,7 @@ stages:
variables:
APP_ENV: ci
- GIT_CLEAN_FLAGS: -ffdx
+ GIT_CLEAN_FLAGS: -ffd
YARN_ENABLE_GLOBAL_CACHE: 'false'
YARN_ENABLE_TELEMETRY: 'false'
@@ -24,9 +24,7 @@
:href="
runtimeConfig.public.fileStorageBaseUrl +
'/Bon_de_commande/' +
- (organizationProfile.isCmf
- ? 'SMS_CMF.pdf'
- : 'SMS_Public.pdf')
+ (organizationProfile.isCmf ? 'SMS_CMF.pdf' : 'SMS_Public.pdf')
"
target="_blank"
>
@@ -419,7 +419,11 @@ Page 'Mon abonnement'
- {{ hasSmsModule ? $t('buy_more_sms_credits') : $t('buy_sms_credits') }}
+ {{
+ hasSmsModule
+ ? $t('buy_more_sms_credits')
+ : $t('buy_sms_credits')
+ }}
<i class="fa-solid fa-greater-than small" />
</v-btn>
</template>