mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-10 10:23:34 +01:00
Prettier run on CommandBarComponentButtonFactory
This commit is contained in:
parent
20d6f61323
commit
8fa84add97
@ -61,9 +61,7 @@ export function createStaticCommandBarButtons(
|
||||
addDivider();
|
||||
buttons.push(addSynapseLink);
|
||||
}
|
||||
if (
|
||||
userContext.apiType !== "Gremlin"
|
||||
) {
|
||||
if (userContext.apiType !== "Gremlin") {
|
||||
const addVsCode = createOpenVsCodeDialogButton(container);
|
||||
buttons.push(addVsCode);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user