We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bacb7 commit a3cedceCopy full SHA for a3cedce
lazyweb/components/desktop/ResourceList/index.tsx
@@ -36,7 +36,7 @@ const ResourceList = (props: Props) => {
36
37
useEffect(() => {
38
if (window && window !== undefined) {
39
- setFullUrl(window.location.href)
+ setFullUrl(window.location.origin)
40
}
41
42
, [])
0 commit comments