From 9f0a7fe2af3fd4fe4c6c815c8c6374469e615e13 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 10:59:06 +0200 Subject: [PATCH] Add interaction links section to App component --- src/app/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 1aea1271..ae91d398 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -17279,6 +17279,11 @@ export function App({ store, initialStatusMessage }: AppProps) { /> + {renderInteractionLinksSection( + selectedNpc, + selectedNpcLinks + )} +
Facing