REFACTOR: Styles;
UPDATE: Remove shortcut tips teleporting on toggle; FIX: Clicking on a category on `AllCategoriesPage` now correctly routes; REFACTOR: Update `StreamType` to match backend return structure;
This commit is contained in:
@@ -5,5 +5,6 @@ export interface StreamType {
|
||||
username: string;
|
||||
streamCategory: string;
|
||||
viewers: number;
|
||||
startTime?: string;
|
||||
thumbnail?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user