Skip to content

Commit 138fa34

Browse files
committed
Co-authored-by: Ahsan Rao <[email protected]>
Co-authored-by: Thomas Lukasiewicz <[email protected]> Co-authored-by: Darin <[email protected]> Co-authored-by: BenCauffman <[email protected]>
1 parent 4f6c8bb commit 138fa34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/components/StateManagement/CreateTab/components/TableStateProps.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ const TableStateProps = props => {
9292

9393
}, [state.canvasFocus.componentId]);
9494
// rows to show are either from current component or from a given provider
95-
9695
let rows = [];
9796
currentComponent.stateProps?.forEach((prop) => rows.push(prop));
9897

0 commit comments

Comments
 (0)