Skip to content

Commit b7984c0

Browse files
Update App.tsx
1 parent 40e9b60 commit b7984c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/components/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ import theme from './theme';
1313
This is used to determine the proper tutorial to render when How To button is pressed.
1414
*/
1515

16-
const initialState: InitialStateProps = {
17-
// we initialize what our initialState is here
16+
const initialState: InitialStateProps = { // we initialize what our initialState is here
1817
port: null,
1918
currentTab: null,
2019
currentTitle: 'No Target',

0 commit comments

Comments
 (0)