Skip to content

Commit

Permalink
fix list accesibility
Browse files Browse the repository at this point in the history
  • Loading branch information
juandjara committed Mar 8, 2024
1 parent 0e9a1dc commit 8cc860a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function LegendLayerVariable({
const selectOptions = legend.select?.options || [];

return (
<Box data-testid='legend-layer-variable' px={2}>
<Box component='li' data-testid='legend-layer-variable' px={2}>
{legend.attr ? (
<Box pb={1}>
<Typography
Expand Down

0 comments on commit 8cc860a

Please sign in to comment.