Skip to content

Commit

Permalink
fix query params
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil307 committed Aug 15, 2023
1 parent 450b1be commit 2f9d23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/room/ui/RoomCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const RoomCard: React.FC<Props> = ({ room }) => {
<img src={callDisabled} alt="недоступен" />
)}
<Access style={room.owner_fullname === user?.name ? {width: "249px"} : {}} >
<JoinButton href={`https://network-class-videosdk-client.pages.dev/${room.id}/${user?.email}`} />
<JoinButton href={`https://network-class-videosdk-client.pages.dev/?roomId=${room.id}&email=${user?.email}`} />
<Tooltip active={tooltipActive}>
<Button onClick={copyLink}>
<svg
Expand Down

0 comments on commit 2f9d23d

Please sign in to comment.