Update src/components/Controls/FlashpackInfoTable/index.jsx

Co-authored-by: Tristan Timblin <ttimblin@fiskerinc.com>
This commit is contained in:
Paul Adamsen
2024-02-12 17:01:45 -05:00
committed by GitHub
parent 010d8881da
commit b387830d24

View File

@@ -90,7 +90,7 @@ const FlashpackInfoTable = ({ vin, token, classes }) => {
/> />
<TableBody> <TableBody>
{ecuVersions && ecuVersions.map((row, i) => ( {ecuVersions && ecuVersions.map((row, i) => (
<TableRow key={`row${i}`}> <TableRow key={${row.car_ecu_name}-${row.car_ecu_version}}>
<TableCell align="center">{row.car_ecu_name}</TableCell> <TableCell align="center">{row.car_ecu_name}</TableCell>
<TableCell align="center">{row.car_ecu_version}</TableCell> <TableCell align="center">{row.car_ecu_version}</TableCell>
</TableRow> </TableRow>