Skip to content

Commit 618bd44

Browse files
Update App.jsx
1 parent 2ef7174 commit 618bd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class App extends Component {
2020
selectedImage: null,
2121
galleryRef: React.createRef(),
2222
}// we got state 'searchQuery' from 'searchbar.js' (searchQueryOriginal=searchQuery)
23-
// hook
23+
2424
async componentDidUpdate(prevProps, prevState) {
2525
const prevQuery = prevState.searchQuery;
2626
const nextQuery = this.state.searchQuery;

0 commit comments

Comments
 (0)