fix(frontend): build error
This commit is contained in:
parent
17c97e816e
commit
975a7690f6
|
|
@ -70,8 +70,8 @@ export const ConnectedDevices = () => {
|
||||||
</Select>
|
</Select>
|
||||||
</Grid>
|
</Grid>
|
||||||
{
|
{
|
||||||
content[interfaceValue].map((property) => (
|
content[interfaceValue].map((property,index) => (
|
||||||
<Card>
|
<Card key={index}>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Grid container justifyContent={"center"}>
|
<Grid container justifyContent={"center"}>
|
||||||
<Stack direction="row" spacing={5}>
|
<Stack direction="row" spacing={5}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user