mg-library 1.0.747 → 1.0.748
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.
- package/blocks.js +1 -1
- package/mg-library.rar +0 -0
- package/package.json +1 -1
package/blocks.js
CHANGED
@@ -347,7 +347,7 @@ export function MGCurrentAccount(props) {
|
|
347
347
|
return (
|
348
348
|
<>
|
349
349
|
<View style={{ flexDirection: 'column', alignItems: 'flex-end', marginTop: 10, marginBottom: 10, marginLeft: 10, marginRight: 20 }}>
|
350
|
-
<MGText category='
|
350
|
+
<MGText category='h4'>{item.balance._asCurrency(company.currencySymbol)}</MGText>
|
351
351
|
</View>
|
352
352
|
</>
|
353
353
|
);
|
package/mg-library.rar
CHANGED
Binary file
|