mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix code smell
This commit is contained in:
parent
d24b030962
commit
a405577519
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ type InputElementProps = {
|
|||
|
||||
const InputElement: FC<InputElementProps> = ({
|
||||
containerClassName,
|
||||
initialValue: initialValue,
|
||||
initialValue,
|
||||
onChange = () => { /* no-op */ },
|
||||
type,
|
||||
id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue