Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Dec 19, 2019
1 parent 1787a01 commit 75d88d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/property-inspector/src/index.ts
Expand Up @@ -110,10 +110,12 @@ abstract class PropertyInspectorProvider extends Widget
this._inspectors.delete(owner);
break;
case 'showPanel':
if (current == owner) {
if (current === owner) {
this.showPanel();
}
break;
default:
throw new Error('Unsupported inspector action');
}
}

Expand Down

0 comments on commit 75d88d9

Please sign in to comment.