|
@@ -1,11 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<v-col cols="12" lg="12">
|
|
<v-col cols="12" lg="12">
|
|
|
<strong>{{ $t('remaining_sms_credit') }}</strong> -
|
|
<strong>{{ $t('remaining_sms_credit') }}</strong> -
|
|
|
- <span
|
|
|
|
|
- v-if="
|
|
|
|
|
- !mobytPending && mobytStatus !== null && mobytStatus.active
|
|
|
|
|
- "
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <span v-if="!mobytPending && mobytStatus !== null && mobytStatus.active">
|
|
|
{{
|
|
{{
|
|
|
mobytStatus.money.toLocaleString($i18n.locale, {
|
|
mobytStatus.money.toLocaleString($i18n.locale, {
|
|
|
style: 'currency',
|
|
style: 'currency',
|
|
@@ -40,6 +36,4 @@ const { data: mobytStatus, pending: mobytPending } = fetch(
|
|
|
) as AsyncData<MobytUserStatus | null, Error | null>
|
|
) as AsyncData<MobytUserStatus | null, Error | null>
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
-<style scoped lang="scss">
|
|
|
|
|
-
|
|
|
|
|
-</style>
|
|
|
|
|
|
|
+<style scoped lang="scss"></style>
|