refactor: Update material default value and remove console logs for cleaner output
This commit is contained in:
@@ -9,12 +9,9 @@ function RoboticArmInstances() {
|
||||
return (
|
||||
<>
|
||||
{
|
||||
armBots?.map((robot: any) => (
|
||||
|
||||
<RoboticArmInstance armdetals={robot} />
|
||||
)
|
||||
)
|
||||
|
||||
armBots?.map((robot) => (
|
||||
<RoboticArmInstance key={robot.modelUuid} armdetals={robot} />
|
||||
))
|
||||
}
|
||||
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user