@mundogamernetwork/shared-ui 1.16.11 → 1.16.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -166,8 +166,8 @@ const handleToggleOnline = () => {
|
|
|
166
166
|
<div v-if="features.wallet && user?.coins !== null" class="row info-row">
|
|
167
167
|
<span class="coins">
|
|
168
168
|
<MGIcon icon="coin-v2" />
|
|
169
|
-
<span class="coins__currency">MGC</span>
|
|
170
169
|
{{ Math.floor(user?.coins ?? 0).toLocaleString(locale) }}
|
|
170
|
+
<span class="coins__currency">MGC</span>
|
|
171
171
|
</span>
|
|
172
172
|
</div>
|
|
173
173
|
|