diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index ae95f514..15533669 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -339,9 +339,9 @@ { "id": "likes", "title": "Likes", - "type": "integer", + "type": "float", "columnWidth": 60, - "format": {"type": "number"}, + "format": {"type": "unit", "args": ["%", 2]}, "sort": true }, {