diff --git a/src/app/App.tsx b/src/app/App.tsx
index 7e2cde9a..3255d572 100644
--- a/src/app/App.tsx
+++ b/src/app/App.tsx
@@ -8439,6 +8439,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
+
@@ -8640,6 +8641,28 @@ export function App({ store, initialStatusMessage }: AppProps) {
+ ) : link.action.type === "runSequence" ? (
+
+
+
) : link.action.type === "stopAnimation" ? (
);