diff --git a/src/app/App.tsx b/src/app/App.tsx
index 341ce0b9..c9857e47 100644
--- a/src/app/App.tsx
+++ b/src/app/App.tsx
@@ -2285,6 +2285,24 @@ export function App({ store, initialStatusMessage }: AppProps) {
Loop
+ ) : link.action.type === "playSound" || link.action.type === "stopSound" ? (
+
+
+
) : (
+
+ {link.action.type === "playAnimation" || link.action.type === "stopAnimation" ? null : null}
))}