fix: add missing react types + fixed typo

Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
This commit is contained in:
Kamil Wolny
2022-07-29 16:07:37 +01:00
parent ecabc7a35e
commit 42d301b43c
3 changed files with 13 additions and 4 deletions
+1
View File
@@ -50,6 +50,7 @@
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "*",
"@types/react": "^18.0.15",
"cross-fetch": "^3.1.5",
"msw": "^0.42.0",
"prettier": "^2.7.1"
@@ -60,7 +60,7 @@ export const Filters = ({ items, onChange, placeholder }: Props) => {
onChange={checkSelectedItems(onChange)}
/>
<Typography variant="caption">
*Repositories with more Issues in GitHub than available to view in
*Repositories with more Issues on GitHub than available to view in
Backstage. To view them go to GitHub.
</Typography>
</Box>