mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
update
This commit is contained in:
parent
085edb35fe
commit
7949cc3c30
1 changed files with 4 additions and 1 deletions
|
@ -42,7 +42,10 @@ onMount(() => {
|
||||||
const id = searchParams.get('id');
|
const id = searchParams.get('id');
|
||||||
if (id) {
|
if (id) {
|
||||||
eventSelected.set(id);
|
eventSelected.set(id);
|
||||||
|
}
|
||||||
|
const speaker = searchParams.get('speaker');
|
||||||
|
if (speaker) {
|
||||||
|
speakerSelected.set(speaker);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue