Skip to content

Commit 2fa0ca6

Browse files
committed
PR comments fixes
1 parent 6458129 commit 2fa0ca6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

samples/photo_album/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
.env.test.local
1717
.env.production.local
1818
/.idea
19+
/src/config/config.js
1920

2021
npm-debug.log*
2122
yarn-debug.log*

samples/photo_album/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const store = createStore(rootReducer);
1616

1717
render(
1818
<Provider store={store}>
19-
<AppContainer cloudName={Config.cloud_name}
19+
<App cloudName={Config.cloud_name}
2020
uploadPreset={Config.upload_preset} />
2121
</Provider>,
2222
document.getElementById('root')

0 commit comments

Comments
 (0)