change(ui) - xray options map key

This commit is contained in:
Shekar Siri 2022-11-18 16:24:17 +01:00
parent 4ed8119a24
commit e63a9e79b4

View file

@ -30,7 +30,7 @@ function FeatureSelection(props: Props) {
const checked = list.includes(feature);
const _disabled = disabled && !checked;
return (
<Tooltip title="X-RAY supports up to 3 views" disabled={!_disabled} delay={0}>
<Tooltip key={index} title="X-RAY supports up to 3 views" disabled={!_disabled} delay={0}>
<Checkbox
key={index}
label={feature}