@momo-platform/momo-cornerstone
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "@momo-platform/momo-cornerstone", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "momo-cornerstone", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -27,3 +27,3 @@ import React, { useState, useEffect } from 'react'; | ||
purchase ? | ||
<Text.H4 weight={'bold'} style={selected ? styles.txtSelected : styles.txt}>{NumberUtil.formatCurrency(purchase, '0', 'đ')}</Text.H4> : | ||
<Text.H4 weight={'bold'} style={selected ? styles.txtSelected : styles.txt}>{NumberUtil.formatCurrency(purchase, 'đ')}</Text.H4> : | ||
null | ||
@@ -40,3 +40,2 @@ } | ||
} | ||
{ | ||
@@ -43,0 +42,0 @@ selected ? |
36926