mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-24 13:43:13 +08:00
Fix SIG-58
This commit is contained in:
parent
999a5094bb
commit
864ef41fef
@ -178,7 +178,7 @@ const _ServicesTable = (props: ServicesTableProps) => {
|
||||
pagination={false}
|
||||
/>
|
||||
|
||||
{props.servicesList[0].numCalls === 0 && (
|
||||
{props.servicesList[0] !== undefined && props.servicesList[0].numCalls === 0 && (
|
||||
<Space
|
||||
style={{ width: "100%", margin: "40px 0", justifyContent: "center" }}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user