diff --git a/src/providers/pond/interactionsAPI.tsx b/src/providers/pond/interactionsAPI.tsx index bf9da13..26afb1e 100644 --- a/src/providers/pond/interactionsAPI.tsx +++ b/src/providers/pond/interactionsAPI.tsx @@ -90,8 +90,7 @@ export default function InteractionProvider(props: PropsWithChildren) { ) => { const view = otherTeam ? otherTeam : as let url = pondURL( - "/interactions/forComponents/" + - "?componentIds=" + + "/interactions/forComponents?componentIds=" + fullComponentLocations.toString() + (view ? "&as=" + view : "") )