Skip to content

Commit 228360e

Browse files
committed
deleted value from DirectChildHTML
1 parent d1c5a2c commit 228360e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/components/main/DirectChildHTML.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function DirectChildHTML({
1414
type,
1515
typeId,
1616
style,
17-
value,
1817
}: ChildElement) {
1918
const [state, dispatch] = useContext(StateContext);
2019
const ref = useRef(null);

app/src/reducers/componentReducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ const reducer = (state: State, action: Action) => {
294294
name: 'separator',
295295
childId: state.nextTopSeparatorId,
296296
style: separator.style,
297-
children: [],
297+
children: []
298298
};
299299

300300

0 commit comments

Comments
 (0)