mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix missing semicolons in ts files
This commit is contained in:
parent
8041167473
commit
45623fe586
25 changed files with 29 additions and 29 deletions
|
@ -29,7 +29,7 @@ type IProps = {
|
|||
itemCheckedAttribute?: string;
|
||||
itemName?: string
|
||||
title?: string
|
||||
}
|
||||
};
|
||||
|
||||
const CheckBoxElement: FunctionComponent<IProps> = ({ labelClassName, className, elementId, dataFilter, itemType, itemId, itemAppName, itemCheckedAttribute, itemName, title }: IProps) => {
|
||||
const appName = itemAppName ? `- ${itemAppName}` : '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue