瀏覽代碼

page my_subscription: remove paying structure

Olivier Massot 3 年之前
父節點
當前提交
e1824441a4
共有 1 個文件被更改,包括 0 次插入4 次删除
  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>