Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
stjanilofts committed Oct 31, 2024
1 parent c43faab commit 66b64a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ const AdvancedLicense: FC<React.PropsWithChildren<FieldBaseProps>> = ({
</Text>
</Box>
)}
{options.map((option, index) => {
{options.map((option) => {
const name = `field-${option.code}`

return (
<Box
key={index}
key={`license-option-${option.code}`}
marginBottom={2}
paddingX={3}
paddingTop={2}
Expand Down

0 comments on commit 66b64a5

Please sign in to comment.