fix joinSession custom URL param name
This commit is contained in:
parent
1dd160e19f
commit
46111f041d
|
|
@ -164,7 +164,7 @@ function JoinSessionButton({ session }) {
|
||||||
//const history = useHistory();
|
//const history = useHistory();
|
||||||
|
|
||||||
const [showAppLauncher, setShowAppLauncher] = useState(false);
|
const [showAppLauncher, setShowAppLauncher] = useState(false);
|
||||||
const customQueryString = `act=joinSession&p=session~${session.id}`;
|
const customQueryString = `act=joinSession&p=sessionId~${session.id}`;
|
||||||
|
|
||||||
const toggleAppLauncher = () => setShowAppLauncher(!showAppLauncher);
|
const toggleAppLauncher = () => setShowAppLauncher(!showAppLauncher);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue