mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-12 18:39:19 +00:00
Format code
This commit is contained in:
@@ -29,7 +29,7 @@ interface TabContainerProps<T> extends TabListProps<T> {
|
||||
}
|
||||
|
||||
export function TabContainer<T extends object>(
|
||||
props: TabContainerProps<T>
|
||||
props: TabContainerProps<T>,
|
||||
): JSX.Element {
|
||||
const state = useTabListState<T>(props);
|
||||
const ref = useRef<HTMLUListElement>(null);
|
||||
|
||||
Reference in New Issue
Block a user