aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
diff options
context:
space:
mode:
authorbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-05-01 19:53:29 -0400
committerbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-05-01 19:53:29 -0400
commitc4239e9bb5fb6389e3ceac281af8c8c683019a0c (patch)
treee4cf4de22b2872427eab0fe34ec9508d287d601e /src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
parent2845498ef0aa41b7a21866062b3d6583d760879e (diff)
debugging
Diffstat (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx')
-rw-r--r--src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx b/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
index 06db9b4ce..8b7d4ed30 100644
--- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
+++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
@@ -891,7 +891,7 @@ export default class Weight extends React.Component<IWeightProps, IState> {
// Render weight, spring, rod(s), vectors
render () {
- return
+ return (
<div style={{ zIndex: -1000 }}>
<div
className="weightContainer"
@@ -1628,5 +1628,5 @@ export default class Weight extends React.Component<IWeightProps, IState> {
);
})}
</div>
- }
+ )}
};