forked from 0x2620/pandora
omit 0 for number of decimals when calling formatUnit (0 is the default)
This commit is contained in:
parent
4c96a9843c
commit
1d19c5d9a2
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@
|
|||
"title": "Rating",
|
||||
"type": "float",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "unit", "args": ["%", 0]},
|
||||
"format": {"type": "unit", "args": ["%"]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue