Olivier Massot 4 tháng trước cách đây
mục cha
commit
294861d7a3
2 tập tin đã thay đổi với 6 bổ sung4 xóa
  1. 1 3
      pages/parameters/sms.vue
  2. 5 1
      pages/subscription.vue

+ 1 - 3
pages/parameters/sms.vue

@@ -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"
             >

+ 5 - 1
pages/subscription.vue

@@ -419,7 +419,11 @@ Page 'Mon abonnement'
                       "
                       target="_blank"
                     >
-                      {{ 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>