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