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
@@ -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>