diff --git a/src/apps/beam/AppBeam.tsx b/src/apps/beam/AppBeam.tsx index 7b1790ddc..10224c494 100644 --- a/src/apps/beam/AppBeam.tsx +++ b/src/apps/beam/AppBeam.tsx @@ -45,18 +45,20 @@ export function AppBeam() { ), [showDebug]), null, 'AppBeam'); return ( - - {showDebug ? ( - + + + + + {showDebug && ( + {JSON.stringify({ conversationId: conversation.id }, null, 2) + '\n'} {JSON.stringify(beamStoreApi.getState(), null, 2)} - ) : ( - )} + ); } \ No newline at end of file