fix: add missing react types + fixed typo
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user