mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
apply suggestion
This commit is contained in:
parent
1ac97c878a
commit
f40c565e4a
12 changed files with 70 additions and 68 deletions
|
@ -8,14 +8,14 @@ import ItemsContainerElement from '../../elements/ItemsContainerElement';
|
|||
import ItemsScrollerContainerElement from '../../elements/ItemsScrollerContainerElement';
|
||||
import { CardOptionsI } from './interface';
|
||||
|
||||
interface SectionContainerI {
|
||||
interface SectionContainerProps {
|
||||
sectionTitle: string;
|
||||
enableScrollX: () => boolean;
|
||||
items?: BaseItemDto[];
|
||||
cardOptions?: CardOptionsI;
|
||||
}
|
||||
|
||||
const SectionContainer: FC<SectionContainerI> = ({
|
||||
const SectionContainer: FC<SectionContainerProps> = ({
|
||||
sectionTitle,
|
||||
enableScrollX,
|
||||
items = [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue