mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
removed redundant comparison (#957)
This commit is contained in:
parent
be0d96615d
commit
da5f82ff02
@ -183,7 +183,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
|
||||
"nl",
|
||||
"zh-tw",
|
||||
];
|
||||
const isLongLocale = longLocales.includes(locale) === true;
|
||||
const isLongLocale = longLocales.includes(locale);
|
||||
|
||||
// filter out hidden stats defined by user & create the text nodes
|
||||
const statItems = Object.keys(STATS)
|
||||
|
Loading…
Reference in New Issue
Block a user