diff --git a/src/app/App.tsx b/src/app/App.tsx index 8a7076a9..341ce0b9 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2126,7 +2126,9 @@ export function App({ store, initialStatusMessage }: AppProps) { sourceEntity: InteractionSourceEntity, links: InteractionLink[], addTeleportTestId: string, - addVisibilityTestId: string + addVisibilityTestId: string, + addPlaySoundTestId: string, + addStopSoundTestId: string ) => (
Links
@@ -2179,6 +2181,8 @@ export function App({ store, initialStatusMessage }: AppProps) { + +