Skip to content

Commit 903953a

Browse files
authored
remove extra bracket
1 parent 2196bf8 commit 903953a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-apps/react/react-dogfood/components/DevMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const DevMenu = () => {
112112
{call && localParticipant && (
113113
<a
114114
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}}`}
115+
href={`/stats/${call.cid}?user_id=${call.currentUserId}&user_session_id=${call['unifiedSessionId'] || localParticipant.sessionId}`}
116116
rel="noreferrer"
117117
target="_blank"
118118
>

0 commit comments

Comments
 (0)