mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Share analytics event field renamed
This commit is contained in:
parent
78d9fc5da3
commit
66215c9826
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ const SharePrompt = ({ className, url }) => {
|
|||
core.transport.analytics({
|
||||
event: 'Share',
|
||||
args: {
|
||||
shareUrl: inputRef.current.value
|
||||
url: inputRef.current.value
|
||||
}
|
||||
});
|
||||
}, [inputRef]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue