fix lint
This commit is contained in:
parent
6dea011c02
commit
1fb37fabb1
|
|
@ -172,7 +172,7 @@ export const Workbench: React.FunctionComponent<{
|
||||||
id: 'network',
|
id: 'network',
|
||||||
title: 'Network',
|
title: 'Network',
|
||||||
count: networkModel.resources.length,
|
count: networkModel.resources.length,
|
||||||
render: () => <NetworkTab boundaries={boundaries} networkModel={networkModel} model={model} onEntryHovered={setHighlightedEntry}/>
|
render: () => <NetworkTab boundaries={boundaries} networkModel={networkModel} onEntryHovered={setHighlightedEntry}/>
|
||||||
};
|
};
|
||||||
const attachmentsTab: TabbedPaneTabModel = {
|
const attachmentsTab: TabbedPaneTabModel = {
|
||||||
id: 'attachments',
|
id: 'attachments',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue