Skip to content

Commit 6e4cc00

Browse files
rtvinerNkmailind-taniacaitlinchan23
committed
removed space and ignore ts rule
> > Co-authored-by: Nkmai <[email protected]> Co-authored-by: lind-tania <[email protected]> Co-authored-by: rtviner <[email protected]> Co-authored-by: caitlinchan23 <[email protected]>
1 parent 7313f32 commit 6e4cc00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/containers/MainContainer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* eslint-disable @typescript-eslint/ban-types */
22
/* eslint-disable @typescript-eslint/no-explicit-any */
33
/* eslint-disable max-len */
4-
// @ts-nocheck
54
import React, { useEffect } from 'react';
65
import HeadContainer from './HeadContainer';
76
import ActionContainer from './ActionContainer';
@@ -20,7 +19,6 @@ const mixpanel = require("mixpanel").init("12fa2800ccbf44a5c36c37bc9776e4c0", {
2019
});
2120

2221

23-
2422
function MainContainer(): any {
2523
const [store, dispatch] = useStoreContext();
2624
const { tabs, currentTab, port: currentPort } = store;

0 commit comments

Comments
 (0)