mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add missing semicolon
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
39d4efa679
commit
f2bf5f95be
@ -26,7 +26,7 @@ export class ExtensionsStore extends BaseStore<LensExtensionsStoreModel> {
|
|||||||
if (state.enabled) {
|
if (state.enabled) {
|
||||||
extensions.push(state.name);
|
extensions.push(state.name);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
return extensions;
|
return extensions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user