diff --git a/webview-ui/test-generation/src/App.tsx b/webview-ui/test-generation/src/App.tsx index 36a35f1..052eb28 100644 --- a/webview-ui/test-generation/src/App.tsx +++ b/webview-ui/test-generation/src/App.tsx @@ -296,8 +296,8 @@ function App() { devices: state.device ? [state.device] : [], platform: platform.name, platform_version: platform.version, - tunnel_name: tunnel?.name, - tunnel_owner: tunnel?.owner, + tunnel_name: tunnel?.name ?? '', + tunnel_owner: tunnel?.owner ?? '', }, }); }}