fix lint
This commit is contained in:
parent
8d982b976c
commit
cb0648040c
|
|
@ -73,7 +73,7 @@ export const NetworkTab: React.FunctionComponent<{
|
|||
if (sorting)
|
||||
sort(renderedEntries, sorting);
|
||||
return { renderedEntries };
|
||||
}, [networkModel.resources, sorting, boundaries]);
|
||||
}, [networkModel.resources, sorting, boundaries, model]);
|
||||
|
||||
if (!networkModel.resources.length)
|
||||
return <PlaceholderPanel text='No network calls' />;
|
||||
|
|
|
|||
Loading…
Reference in a new issue