Skip to content

Commit

Permalink
style(filter): don’t show language codes
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 18, 2024
1 parent 71c690c commit 57d390d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 57d390d

Please sign in to comment.