1
0
Fork 0
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:
Bill Thornton 2023-09-15 11:08:31 -04:00
parent d24b030962
commit a405577519

View file

@ -28,7 +28,7 @@ type InputElementProps = {
const InputElement: FC<InputElementProps> = ({
containerClassName,
initialValue: initialValue,
initialValue,
onChange = () => { /* no-op */ },
type,
id,