mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-30 22:31:56 +00:00
Prettier 2.0 (#393)
This commit is contained in:
@@ -49,7 +49,7 @@ const makeMapStateToProps = (
|
||||
return {
|
||||
kernelStatus,
|
||||
kernelSpecName,
|
||||
currentCellType
|
||||
currentCellType,
|
||||
} as VirtualCommandBarComponentProps;
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ const makeMapStateToProps = (
|
||||
kernelStatus,
|
||||
kernelSpecName,
|
||||
currentCellType,
|
||||
onRender: initialProps.onRender
|
||||
onRender: initialProps.onRender,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user