Fix handleSelect and render basic result page

This commit is contained in:
2020-07-23 19:53:47 +02:00
parent 09fdb55b3e
commit 21c65dbb5b
4 changed files with 46 additions and 26 deletions

View File

@@ -11,4 +11,4 @@ export interface Artist {
albums: Album[];
}
export type Artists = Artist[] | undefined;
export type Artists = Artist[];