Skip to content

Commit 4a061f2

Browse files
authored
remove not used variable
1 parent f626c20 commit 4a061f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/GoogleApiComponent.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ const defaultCreateCache = (options) => {
2323
};
2424

2525
export const wrapper = (options) => (WrappedComponent) => {
26-
const apiKey = options.apiKey;
27-
const libraries = options.libraries || ['places'];
28-
const version = options.version || '3';
2926
const createCache = options.createCache || defaultCreateCache;
3027

3128
class Wrapper extends React.Component {

0 commit comments

Comments
 (0)