diff --git a/src/components/Assets/AssetList/index.tsx b/src/components/Assets/AssetList/index.tsx index 23f4212e9..f60fd1dec 100644 --- a/src/components/Assets/AssetList/index.tsx +++ b/src/components/Assets/AssetList/index.tsx @@ -371,7 +371,7 @@ export const AssetList = (props: AssetListProps) => { <> {entries.map((entry) => { - const id = entry.spanCodeObjectId; + const id = `${entry.spanCodeObjectId}__${entry.services.join(",")}`; return (