Skip to content

Commit ab66115

Browse files
committed
formatting change
1 parent cf94044 commit ab66115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/leftReducers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const addChild = (
131131
component,
132132
...state.components.filter((comp: ComponentInt) => {
133133
if (comp.title !== view.title) return comp;
134-
}),
134+
})
135135
];
136136
const { history, historyIndex, future } = createHistory(state);
137137
return {

0 commit comments

Comments
 (0)