Merge pull request #293 from OktopUSP/dev

Fix frontend build
This commit is contained in:
Leandro Antônio Farias Machado 2024-07-01 14:39:10 -03:00 committed by GitHub
commit 000fe93e85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/OktopUSP/oktopus/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/OktopUSP/oktopus/tree/main)
<p align="center"> <p align="center">
<img src="https://github.com/OktopUSP/oktopus/assets/83298718/fc05c512-951d-448c-8c31-1e0881783460"/></p> <img src="https://github.com/OktopUSP/oktopus/assets/83298718/fc05c512-951d-448c-8c31-1e0881783460"/></p>
<br/> <br/>

View File

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