Parcourir la source

page my_subscription: remove paying structure

Olivier Massot il y a 3 ans
Parent
commit
e1824441a4
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      pages/subscription.vue

+ 0 - 4
pages/subscription.vue

@@ -40,10 +40,6 @@ Page 'Mon abonnement'
                       <UiDisplayMobytStatus />
                     </td>
                   </tr>
-                  <tr v-if="organizationProfile.isCmf && organizationProfile.isArtistProduct">
-                    <td>{{ $t('paying_structure') }}</td>
-                    <td>CMF</td>
-                  </tr>
                 </tbody>
               </v-simple-table>
             </v-row>