Skip to content

Commit b5610f1

Browse files
committed
fix: fixed typo in the setDifficulty function
1 parent 5d76533 commit b5610f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/difficulyDropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class DifficultyDropdown {
100100

101101
setDifficulty(difficulties) {
102102
this.difficulties = difficulties;
103-
this.filterDifficulties = ['all', ...difficulties];
103+
this.filteredDifficulties = ['all', ...difficulties];
104104
this.renderOptions();
105105
}
106106
}

0 commit comments

Comments
 (0)