Skip to content

Commit af6553e

Browse files
committed
style: format code
1 parent eb445fa commit af6553e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cards/stats-card.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
134134
commits: {
135135
icon: icons.commits,
136136
label: `${i18n.t("statcard.commits")}${
137-
include_all_commits
138-
? ""
137+
include_all_commits
138+
? ""
139139
: year
140-
? ` (${year})`
141-
: ` (${new Date().getFullYear()})`
140+
? ` (${year})`
141+
: ` (${new Date().getFullYear()})`
142142
}`,
143143
value: totalCommits,
144144
id: "commits",

0 commit comments

Comments
 (0)