1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix <Extensions> not building (#4588)

This commit is contained in:
Sebastian Malton 2021-12-17 11:01:34 -05:00 committed by GitHub
parent e9d99d8485
commit 43c16d6203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,10 +68,6 @@ class NonInjectedExtensions extends React.Component<Dependencies> {
makeObservable(this);
}
get dependencies() {
return this.props.dependencies;
}
componentDidMount() {
disposeOnUnmount(this, [
reaction(() => this.props.userExtensions.get().length, (curSize, prevSize) => {