refactor: remove unused prop

This commit is contained in:
Nidhi Tandon 2021-05-23 15:43:38 +05:30
parent e4b41b1a27
commit b979c24cb4

View File

@ -37,7 +37,6 @@ interface ServiceMapProps extends RouteComponentProps<any> {
globalTime: GlobalTime; globalTime: GlobalTime;
getServiceMapItems: Function; getServiceMapItems: Function;
getDetailedServiceMapItems: Function; getDetailedServiceMapItems: Function;
componentPath: string;
} }
interface graphNode { interface graphNode {
id: string; id: string;