FIX: Remove tabIndex and onKeyDown as they were not used
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
40461b897b
commit
ad2efad3ae
@@ -36,12 +36,7 @@ const FormatPicker = (properties: FormatPickerProps) => {
|
||||
>
|
||||
<StyledDialogTitle>
|
||||
{t("num_fmt.title")}
|
||||
<Cross
|
||||
onClick={handleClose}
|
||||
title={t("num_fmt.close")}
|
||||
tabIndex={0}
|
||||
onKeyDown={() => {}}
|
||||
>
|
||||
<Cross onClick={handleClose} title={t("num_fmt.close")}>
|
||||
<X />
|
||||
</Cross>
|
||||
</StyledDialogTitle>
|
||||
|
||||
Reference in New Issue
Block a user