We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e9b60 commit b7984c0Copy full SHA for b7984c0
src/app/components/App.tsx
@@ -13,8 +13,7 @@ import theme from './theme';
13
This is used to determine the proper tutorial to render when How To button is pressed.
14
*/
15
16
-const initialState: InitialStateProps = {
17
- // we initialize what our initialState is here
+const initialState: InitialStateProps = { // we initialize what our initialState is here
18
port: null,
19
currentTab: null,
20
currentTitle: 'No Target',
0 commit comments