From 27071fc3f310aa34e034cdb51271445a60648e81 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 7 Apr 2026 07:36:48 +0200 Subject: [PATCH] Add missing closing brace in App.tsx --- src/app/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 8cdc6694..d00b29d9 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2961,6 +2961,7 @@ export function App({ store, initialStatusMessage }: AppProps) { setStatusMessage( `Added a ${actionType === "playSound" ? "play sound" : "stop sound"} link to the selected ${selectedInteractionSource.kind === "triggerVolume" ? "Trigger Volume" : "Interactable"}.` ); + }; const handleDeleteInteractionLink = (linkId: string) => { try {