Minor bugfix
This commit is contained in:
parent
f95a396440
commit
52a5752db7
@ -61,7 +61,7 @@ export default function Overview() {
|
|||||||
{configuredDevices.map((device, index) => {
|
{configuredDevices.map((device, index) => {
|
||||||
return <tr key={'body' + index}>
|
return <tr key={'body' + index}>
|
||||||
<td key={'#-' + index}>{index}</td>
|
<td key={'#-' + index}>{index}</td>
|
||||||
<td key={'name-' + index}>{device.deviceName}</td>
|
<td key={'name-' + index}>{device.deviceId}</td>
|
||||||
<td key={'type-' + index}>{device.type}</td>
|
<td key={'type-' + index}>{device.type}</td>
|
||||||
<td key={'dirt-' + index}>{getDirt(device.type)}</td>
|
<td key={'dirt-' + index}>{getDirt(device.type)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user