Calls Tab & Group Call Disposition
This commit is contained in:
parent
620e85ca01
commit
1eaabb6734
139 changed files with 9182 additions and 2721 deletions
|
@ -11,7 +11,6 @@ export enum WidthBreakpoint {
|
|||
Narrow = 'narrow',
|
||||
}
|
||||
|
||||
export const getConversationListWidthBreakpoint = (
|
||||
width: number
|
||||
): WidthBreakpoint =>
|
||||
width >= 150 ? WidthBreakpoint.Wide : WidthBreakpoint.Narrow;
|
||||
export function getNavSidebarWidthBreakpoint(width: number): WidthBreakpoint {
|
||||
return width >= 150 ? WidthBreakpoint.Wide : WidthBreakpoint.Narrow;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue