Skip to content

Commit 069c957

Browse files
committed
PR comments fixes
1 parent f83e4e5 commit 069c957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/photo_album/src/components

samples/photo_album/src/components/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ App.contextTypes = {
5959
};
6060

6161
const AppContainer = connect(
62-
() => {},
62+
null,
6363
{ onPhotosFetched: photosFetched }
6464
)(App);
6565
Object.assign(AppContainer.contextTypes, App.contextTypes);

0 commit comments

Comments
 (0)