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

Fix <Extensions> not building

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-12-17 11:01:10 -05:00
parent e9d99d8485
commit 06424ff484

View File

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