mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix typo
This commit is contained in:
parent
1b844ef624
commit
a8deca68ea
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ const AlphabetPicker: React.FC<AlphabetPickerProps> = ({
|
|||
libraryViewSettings,
|
||||
setLibraryViewSettings
|
||||
}) => {
|
||||
const handelValue = useCallback(
|
||||
const handleValue = useCallback(
|
||||
(
|
||||
event: React.MouseEvent<HTMLElement>,
|
||||
newValue: string | null | undefined
|
||||
|
@ -66,7 +66,7 @@ const AlphabetPicker: React.FC<AlphabetPickerProps> = ({
|
|||
exclusive
|
||||
color='primary'
|
||||
size='small'
|
||||
onChange={handelValue}
|
||||
onChange={handleValue}
|
||||
>
|
||||
{letters.map((l) => (
|
||||
<ToggleButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue