diff --git a/output/index.md b/output/index.md index c84f4b74..24846580 100644 --- a/output/index.md +++ b/output/index.md @@ -121,7 +121,7 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download return niceName; } if (type === 'display' || type === 'sort') { - return niceName + ' (' + data + ')'; + return niceName; } return data; }