Add missing closing brace in App.tsx

This commit is contained in:
2026-04-07 07:36:48 +02:00
parent f8e23bcb4e
commit 27071fc3f3

View File

@@ -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 {