Skip to content

Commit c1b0299

Browse files
committed
Fix a typo.
1 parent de741da commit c1b0299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const HASH = (str) => {
7575
return hash;
7676
}
7777

78-
export const HELPER = {
78+
export const HELPERS = {
7979
GET_SELECTED_ITEM: (items, value, key = "value") => {
8080
return items.find(item => item[key] === value);
8181
},

0 commit comments

Comments
 (0)