chore: reduce decimal places by 1
This commit is contained in:
		
							parent
							
								
									490b99503c
								
							
						
					
					
						commit
						cfa418bee3
					
				|  | @ -567,7 +567,7 @@ export const getters = { | ||||||
|       0 |       0 | ||||||
|     ), |     ), | ||||||
|   suffixedDecimalText: (state) => (n) => { |   suffixedDecimalText: (state) => (n) => { | ||||||
|     const DIGITS_AFTER_DP = 3 |     const DIGITS_AFTER_DP = 2 | ||||||
|     const suffixValues = { Z: 0, k: 1e3, M: 1e6, B: 1e9, T: 1e12, X: 1e15 } |     const suffixValues = { Z: 0, k: 1e3, M: 1e6, B: 1e9, T: 1e12, X: 1e15 } | ||||||
|     n = new Decimal(n) |     n = new Decimal(n) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in New Issue