Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda5f82f

Browse files
authored
removed redundant comparison (anuraghazra#957)
1 parentbe0d966 commitda5f82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/cards/stats-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
183183
"nl",
184184
"zh-tw",
185185
];
186-
constisLongLocale=longLocales.includes(locale)===true;
186+
constisLongLocale=longLocales.includes(locale);
187187

188188
// filter out hidden stats defined by user & create the text nodes
189189
conststatItems=Object.keys(STATS)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp