mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
removed redundant comparison (#957)
This commit is contained in:
parent
be0d96615d
commit
da5f82ff02
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue