Add missing closing brace in App.tsx
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user