Skip to content

Commit aba1a3a

Browse files
committed
formatted document
1 parent 37ad94b commit aba1a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const averageRatingChart = [
8888
{
8989
name: "Average rating",
9090
data: averageRatingsPerMonth.map(({ month, year, avg }) => [
91-
new Date(year, month-1),
91+
new Date(year, month - 1),
9292
avg,
9393
]),
9494
},

0 commit comments

Comments
 (0)