Skip to content

Commit 03eeeec

Browse files
committed
review comments
1 parent 56f68d8 commit 03eeeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/MainContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function MainContainer(): any {
8686

8787
// if viewIndex is -1, then use the sliderIndex instead
8888
const snapshotView = viewIndex === -1 ? snapshots[sliderIndex] : snapshots[viewIndex];
89-
// gabi :: cleannign hierarchy and snapshotView from stateless data
89+
// cleaning hierarchy and snapshotView from stateless data
9090
const statelessCleaning = (obj:{name?:string; componentData?:object; state?:string|any;stateSnaphot?:object; children?:any[];}) => {
9191
const newObj = { ...obj };
9292
if (newObj.name === 'nameless') {

0 commit comments

Comments
 (0)