This commit is contained in:
grafixeyehero
2023-09-22 21:16:04 +03:00
parent 1b844ef624
commit a8deca68ea
@@ -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