mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-24 17:13:12 +08:00
Fix SIG-58
This commit is contained in:
parent
999a5094bb
commit
864ef41fef
@ -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" }}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user