mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add missing semicolons
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
c578ac52a6
commit
252fe29c9d
@ -22,7 +22,7 @@ export class ExtensionsStore extends BaseStore<LensExtensionsStoreModel> {
|
|||||||
protected state = observable.map<LensExtensionId, LensExtensionState>();
|
protected state = observable.map<LensExtensionId, LensExtensionState>();
|
||||||
|
|
||||||
get enabledExtensions(): string[] {
|
get enabledExtensions(): string[] {
|
||||||
return Array.from(this.state.toJS().values()).filter(ext => ext.enabled).map(ext => ext.name )
|
return Array.from(this.state.toJS().values()).filter(ext => ext.enabled).map(ext => ext.name );
|
||||||
}
|
}
|
||||||
|
|
||||||
protected getState(extensionLoader: ExtensionLoader) {
|
protected getState(extensionLoader: ExtensionLoader) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user