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

Commitb6d5835

Browse files
authored
Refactor: Resolve vscode type error in renderStatsCard function long locales check (anuraghazra#2985)
1 parent95b3170 commitb6d5835

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
@@ -220,7 +220,7 @@ const renderStatsCard = (stats, options = {}) => {
220220
"nl",
221221
"zh-tw",
222222
];
223-
constisLongLocale=longLocales.includes(locale);
223+
constisLongLocale=locale ?longLocales.includes(locale) :false;
224224

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp