Skip to content

Commit

Permalink
Fix: battery table
Browse files Browse the repository at this point in the history
  • Loading branch information
Crispy-rw committed Jun 8, 2023
1 parent 5dbfe9c commit 9796e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/BatteryMovement/BatteryMovementPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const BatteryMovementPage = () => {
sx={{ "&:last-child td, &:last-child th": { border: 0 } }}
>
<TableCell component="th" scope="row">
{row.battery?.name}
{row?.battery?.serial_number}
</TableCell>
<TableCell align="right">{row.driver?.name}</TableCell>
<TableCell align="right">
Expand Down

0 comments on commit 9796e89

Please sign in to comment.