feat: Refactor event data handling and API integration; update variable names for consistency and clarity
This commit is contained in:
@@ -8,11 +8,10 @@ function RoboticArmInstances() {
|
||||
|
||||
return (
|
||||
<>
|
||||
{
|
||||
armBots?.map((robot) => (
|
||||
<RoboticArmInstance key={robot.modelUuid} armdetals={robot} />
|
||||
))
|
||||
}
|
||||
|
||||
{armBots?.map((robot) => (
|
||||
<RoboticArmInstance key={robot.modelUuid} armdetals={robot} />
|
||||
))}
|
||||
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user