Skip to content

Commit

Permalink
Fix <Extensions> not building (#4588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokel81 committed Dec 17, 2021
1 parent e9d99d8 commit 43c16d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/renderer/components/+extensions/extensions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 43c16d6

Please sign in to comment.