MT#53842 CSC: voicemail page doesn't report in which folder the messages are

Change-Id: I636cf96bb833dd9318732f2fd022b071dd63f49f
pull/19/head
CORP\franci11 4 years ago
parent d83cb7f3a8
commit 8c6405bb1b

@ -29,6 +29,12 @@
{{ voiceMail.duration }}
{{ $t('seconds') }}
</q-item-label>
<q-item-label v-if="voiceMail.folder"
caption
>
{{ $t('Folder : ') }}
{{ voiceMail.folder.toUpperCase() }}
</q-item-label>
<csc-audio-player
ref="voicemailPlayer"
:file-url="soundFileUrl"

Loading…
Cancel
Save