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>
|
<StyledDialogTitle>
|
||||||
{t("num_fmt.title")}
|
{t("num_fmt.title")}
|
||||||
<Cross
|
<Cross onClick={handleClose} title={t("num_fmt.close")}>
|
||||||
onClick={handleClose}
|
|
||||||
title={t("num_fmt.close")}
|
|
||||||
tabIndex={0}
|
|
||||||
onKeyDown={() => {}}
|
|
||||||
>
|
|
||||||
<X />
|
<X />
|
||||||
</Cross>
|
</Cross>
|
||||||
</StyledDialogTitle>
|
</StyledDialogTitle>
|
||||||
|
|||||||
Reference in New Issue
Block a user