We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2196bf8 commit 903953aCopy full SHA for 903953a
sample-apps/react/react-dogfood/components/DevMenu.tsx
@@ -112,7 +112,7 @@ export const DevMenu = () => {
112
{call && localParticipant && (
113
<a
114
className="rd__link rd__link--faux-button rd__link--align-left"
115
- href={`/stats/${call.cid}?user_id=${call.currentUserId}&user_session_id=${call['unifiedSessionId'] || localParticipant.sessionId}}`}
+ href={`/stats/${call.cid}?user_id=${call.currentUserId}&user_session_id=${call['unifiedSessionId'] || localParticipant.sessionId}`}
116
rel="noreferrer"
117
target="_blank"
118
>
0 commit comments