Skip to content

Commit

Permalink
Unused component reference removed
Browse files Browse the repository at this point in the history
  • Loading branch information
skitterm committed Aug 8, 2020
1 parent 74bc682 commit ba6aa32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions searchFlights/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ import React from "react";
import ReactDOM from "react-dom";
import SearchFlights from "./SearchFlights";

ReactDOM.render(
<ErrorBoundary>
<SearchFlights />
</ErrorBoundary>,
document.getElementById("app-root")
);
ReactDOM.render(<SearchFlights />, document.getElementById("app-root"));
2 changes: 1 addition & 1 deletion searchFlights/src/ErrorBoundary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ErrorBoundary extends Component {
},
body: JSON.stringify({
module: "searchFlights",
version: 1,
version: 3,
}),
}
);
Expand Down

0 comments on commit ba6aa32

Please sign in to comment.