TT#124269 SubscriberProfiles - Integrate clir

Change-Id: I70b53338a2d3ad3b44a9df004d8d904d8c1a6c15
mr9.5.2
Carlo Venusino 4 years ago
parent 88d4591521
commit 0742ffe867

@ -6,7 +6,9 @@
<q-list <q-list
class="col col-xs-12 col-md-4" class="col col-xs-12 col-md-4"
> >
<q-item> <q-item
v-if="hasSubscriberProfileAttribute('clir')"
>
<q-item-section> <q-item-section>
<q-toggle <q-toggle
:label="privacyLabel" :label="privacyLabel"
@ -74,6 +76,9 @@ export default {
'privacyUpdated', 'privacyUpdated',
'privacyLoadingState', 'privacyLoadingState',
'privacyLoading' 'privacyLoading'
]),
...mapGetters('user', [
'hasSubscriberProfileAttribute'
]) ])
}, },
watch: { watch: {

Loading…
Cancel
Save