mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-03-07 15:08:07 +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",
|
"nl",
|
||||||
"zh-tw",
|
"zh-tw",
|
||||||
];
|
];
|
||||||
const isLongLocale = longLocales.includes(locale) === true;
|
const isLongLocale = longLocales.includes(locale);
|
||||||
|
|
||||||
// filter out hidden stats defined by user & create the text nodes
|
// filter out hidden stats defined by user & create the text nodes
|
||||||
const statItems = Object.keys(STATS)
|
const statItems = Object.keys(STATS)
|
||||||
|
Loading…
Reference in New Issue
Block a user