mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-07-19 02:18:16 +00:00
removed redundant comparison (#957)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user