fix search

This commit is contained in:
Bastian Ike
2020-07-17 10:00:09 +02:00
committed by Bastian
parent b93eede01d
commit ad82fe302f
9 changed files with 49 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ const containsSearchTerm = (text = '', term = '') => {
};
type PageOverviewProps = {
rings: Ring[];
rings: readonly ('all' | Ring)[];
search: string;
items: Item[];
leaving: boolean;