Skip to content

Commit 84a379e

Browse files
committed
label search now works on language change also
1 parent 00ae3ff commit 84a379e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SearchEngine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export const SearchEngine = () => {
1717
dispatch(getLabels(filteredRepolist, language));
1818
},
1919
// eslint-disable-next-line
20-
[repos]
20+
[repos, language]
2121
);
2222
};

0 commit comments

Comments
 (0)