fix(frontend): build error

This commit is contained in:
leandrofars 2024-07-01 14:35:44 -03:00
parent 17c97e816e
commit 975a7690f6

View File

@ -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}>