Skip to content

Commit 23db271

Browse files
davidbrochartjtpio
andauthored
Update packages/labextension/src/index.ts
Co-authored-by: Jeremy Tuloup <[email protected]>
1 parent b971143 commit 23db271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/labextension/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace CommandIDs {
2121
/**
2222
* Initialization data for the jupyter-resource-usage extension.
2323
*/
24-
const memory_extension: JupyterFrontEndPlugin<void> = {
24+
const memoryStatusPlugin: JupyterFrontEndPlugin<void> = {
2525
id: '@jupyter-server/resource-usage:memory-status-item',
2626
autoStart: true,
2727
requires: [IStatusBar, ITranslator],

0 commit comments

Comments
 (0)