Fix handleSelect and render basic result page
This commit is contained in:
@@ -11,4 +11,4 @@ export interface Artist {
|
||||
albums: Album[];
|
||||
}
|
||||
|
||||
export type Artists = Artist[] | undefined;
|
||||
export type Artists = Artist[];
|
||||
|
||||
Reference in New Issue
Block a user