Skip to content

Commit be683bb

Browse files
neyser zananeyser zana
authored andcommitted
to resolve conflicts
1 parent b1435f5 commit be683bb

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/devtools.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ class App extends Component {
2121
nodeData: [],
2222
schema: 'GraphQL schema not available.',
2323
stateDiff: [],
24-
<<<<<<< HEAD
25-
componentsToFilter: [],
26-
toggleRouter: false,
27-
toggleRedux: false,
28-
toggleApollo: false,
29-
filteredData: [],
30-
=======
31-
>>>>>>> b4a5dad52039ea3cf331740192a49899892e06f2
3224
logView: null
3325
};
3426

@@ -197,21 +189,7 @@ class App extends Component {
197189
) : (
198190
<div class='reactTab'>
199191
<StateContainer clearLog={this.handleClearLog.bind(this)} stateDiffs={this.state.stateDiff} />
200-
<<<<<<< HEAD
201-
<TreeDiagram
202-
appState = {this.state.appState}
203-
handleMouseOver = {this.handleMouseOver}
204-
handleApolloFilter = {this.handleApolloFilter}
205-
handleReduxFilter = {this.handleReduxFilter}
206-
handleRouterFilter = {this.handleRouterFilter}
207-
filteredData = {this.state.filteredData}
208-
toggleRedux = {this.state.toggleRedux}
209-
toggleRouter = {this.state.toggleRouter}
210-
toggleApolo = {this.state.toggleApollo}
211-
/>
212-
=======
213192
<TreeDiagram appState={this.state.appState} handleMouseOver={this.handleMouseOver} />
214-
>>>>>>> b4a5dad52039ea3cf331740192a49899892e06f2
215193
<StatePropsBox nodeData={this.state.nodeData} />
216194
</div>
217195
)}

0 commit comments

Comments
 (0)