forked from 0x2620/pandora
fix #1031 (only one decimal digit for 'likes')
This commit is contained in:
parent
e7eae1c9c3
commit
7d44b328e1
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@
|
|||
"title": "Likes",
|
||||
"type": "float",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "unit", "args": ["%", 2]},
|
||||
"format": {"type": "unit", "args": ["%", 1]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue