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,
|
libraryViewSettings,
|
||||||
setLibraryViewSettings
|
setLibraryViewSettings
|
||||||
}) => {
|
}) => {
|
||||||
const handelValue = useCallback(
|
const handleValue = useCallback(
|
||||||
(
|
(
|
||||||
event: React.MouseEvent<HTMLElement>,
|
event: React.MouseEvent<HTMLElement>,
|
||||||
newValue: string | null | undefined
|
newValue: string | null | undefined
|
||||||
|
@ -66,7 +66,7 @@ const AlphabetPicker: React.FC<AlphabetPickerProps> = ({
|
||||||
exclusive
|
exclusive
|
||||||
color='primary'
|
color='primary'
|
||||||
size='small'
|
size='small'
|
||||||
onChange={handelValue}
|
onChange={handleValue}
|
||||||
>
|
>
|
||||||
{letters.map((l) => (
|
{letters.map((l) => (
|
||||||
<ToggleButton
|
<ToggleButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue