Fix SIG-58

This commit is contained in:
Himanshu DIxit 2021-02-22 03:58:57 +05:30
parent 999a5094bb
commit 864ef41fef

View File

@ -178,7 +178,7 @@ const _ServicesTable = (props: ServicesTableProps) => {
pagination={false} pagination={false}
/> />
{props.servicesList[0].numCalls === 0 && ( {props.servicesList[0] !== undefined && props.servicesList[0].numCalls === 0 && (
<Space <Space
style={{ width: "100%", margin: "40px 0", justifyContent: "center" }} style={{ width: "100%", margin: "40px 0", justifyContent: "center" }}
> >