refactor: Clean up console log statements and improve component state management in SideBarRight, AssetProperties, WallInstances, WallCreator, and SocketResponses
This commit is contained in:
@@ -41,7 +41,7 @@ function WallInstances() {
|
||||
|
||||
return (
|
||||
<>
|
||||
{!toggleView && walls.length > 1 && (
|
||||
{!toggleView && (
|
||||
<>
|
||||
{walls.map((wall) => (
|
||||
<WallInstance key={wall.wallUuid} wall={wall} />
|
||||
|
||||
Reference in New Issue
Block a user