updated search
This commit is contained in:
@@ -7,8 +7,9 @@ export const getIconName = (type: AutoCompleteItem["type"]) => {
|
||||
case "SHOW":
|
||||
return "television";
|
||||
case "YEAR":
|
||||
case "CUSTOM":
|
||||
return "calendar";
|
||||
case "CUSTOM":
|
||||
return "tag";
|
||||
default:
|
||||
return "tag";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user