homarr-labs / homarr

Avoid using an element's index as the key prop JS-0437
Bug risk
Major
1 occurrence in this check
20  return (
21    <Card>
22      {values.map((value, index) => {
23        return <options.itemComponent key={index} item={value}/>;24      })}
25      {values.length === 0 && (
26        <Stack align={"center"} mb={"xl"}>