Skip to content

Commit be2cd00

Browse files
Minor fix
1 parent a9f05ec commit be2cd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jQuery/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const renderCards = async (pageSize, pageIndex) => {
7878
};
7979

8080
$(() => {
81-
for (let i = 0; i < total; i+=1) {
81+
for (let i = 0; i < total; i += 1) {
8282
hexCodes.push(getRandomPastelColor());
8383
}
8484

0 commit comments

Comments
 (0)