399 --> 380

This commit is contained in:
dhrubesh 2021-05-09 23:57:50 +05:30
parent 36ad8987dd
commit 4bbc4eef1a

View File

@ -72,7 +72,7 @@ const ServiceMap = (props: ServiceMapProps) => {
}
const zoomToService = (value: string) => {
fgRef && fgRef.current.zoomToFit(700, 399, (e) => e.id === value);
fgRef && fgRef.current.zoomToFit(700, 380, (e) => e.id === value);
};
const { nodes, links } = getGraphData(serviceMap);