From 975a7690f67b73198f65b8b7d85b4ecbc8278fd0 Mon Sep 17 00:00:00 2001 From: leandrofars Date: Mon, 1 Jul 2024 14:35:44 -0300 Subject: [PATCH 1/2] fix(frontend): build error --- frontend/src/sections/devices/cwmp/connecteddevices.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/sections/devices/cwmp/connecteddevices.js b/frontend/src/sections/devices/cwmp/connecteddevices.js index 8800618..6a24792 100644 --- a/frontend/src/sections/devices/cwmp/connecteddevices.js +++ b/frontend/src/sections/devices/cwmp/connecteddevices.js @@ -70,8 +70,8 @@ export const ConnectedDevices = () => { { - content[interfaceValue].map((property) => ( - + content[interfaceValue].map((property,index) => ( + From 4f8735b71fb0b8ac5625455b2c0f610caa12ee25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= <83298718+leandrofars@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:38:19 -0300 Subject: [PATCH 2/2] docs(readme): show circleci badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d452edc..a1c36b5 100644 --- a/README.md +++ b/README.md @@ -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)