Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jan 5, 2023
1 parent a17ad3d commit 5721fa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions searchlib/components/SearchApp/SearchResultsApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ function BootstrapSearchResultsView(props) {
registry.resolve[appConfig['contentBodyComponent'] || 'DefaultContentView']
.component;

React.useEffect(
() => () => console.log('unmount BootstrapSearchResultsView'),
[],
);
// React.useEffect(
// () => () => console.log('unmount BootstrapSearchResultsView'),
// [],
// );

return (
<>
Expand Down

0 comments on commit 5721fa0

Please sign in to comment.