Skip to content

Commit c704e82

Browse files
committed
Removes redundant prop from the sidebar
Removes an unused prop to simplify component usage and reduce complexity
1 parent 5117ddd commit c704e82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ export default function App() {
654654
<Sidebar
655655
script={script}
656656
selectedRef={state.selectedRef}
657-
selectedNode={selectedNode}
658657
isValid={isValid}
659658
validationErrors={validationErrors}
660659
selectedFacilityId={selectedFacilityId}

0 commit comments

Comments
 (0)