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