|
|
@@ -87,7 +87,7 @@ Page 'Mon abonnement'
|
|
|
<v-container id="products-section" fluid class="container">
|
|
|
<v-row>
|
|
|
<!-- Opentalent Artist Premium -->
|
|
|
- <v-col v-if="1 || organizationProfile.isArtistProduct" cols="3">
|
|
|
+ <v-col v-if="organizationProfile.isArtistProduct" cols="3">
|
|
|
<v-row>
|
|
|
{{ $t('PRODUCT_ARTIST_PREMIUM') }}
|
|
|
</v-row>
|
|
|
@@ -140,7 +140,7 @@ Page 'Mon abonnement'
|
|
|
</v-col>
|
|
|
|
|
|
<!-- Opentalent School Premium -->
|
|
|
- <v-col v-if="1 || organizationProfile.isArtist" cols="3">
|
|
|
+ <v-col v-if="organizationProfile.isArtist" cols="3">
|
|
|
<v-row>
|
|
|
{{ $t('PRODUCT_SCHOOL') }}
|
|
|
</v-row>
|