diff --git a/src/app/App.tsx b/src/app/App.tsx
index 25b035ce..e38fc0dc 100644
--- a/src/app/App.tsx
+++ b/src/app/App.tsx
@@ -8654,42 +8654,46 @@ export function App({ store, initialStatusMessage }: AppProps) {
) : link.action.type === "runSequence" ? (
-
-
-
-
-
-
- Run Sequence links can only reference sequences that contain
- at least one impulse clip.
-
-
+ (() => {
+ const sequenceId = link.action.sequenceId;
+
+ return (
+
+
+
+
+
+
+ Run Sequence links can only reference sequences that
+ contain at least one impulse clip.
+
+
+ );
+ })()
) : link.action.type === "stopAnimation" ? (