Skip to content

Commit

Permalink
ratings fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Jun 8, 2024
1 parent 589e435 commit 75494a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion output/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,9 @@ Proposed [Twitter (X) community notes](https://x.com/i/communitynotes/download-d
},
{
data: 'rating',
searchable: true,
searchable: false,
visible: true,
defaultContent: 0,
render: function (data, type, row, meta) {
if (!data) {
return 0;
Expand Down

0 comments on commit 75494a2

Please sign in to comment.