bugfixing
This commit is contained in:
parent
bdef1a2100
commit
21dc432d05
@ -6,7 +6,7 @@
|
|||||||
let article = data?.getArticle;
|
let article = data?.getArticle;
|
||||||
|
|
||||||
$: {
|
$: {
|
||||||
if (data?.getParams) {
|
if (data?.getParams && typeof window !== "undefined") {
|
||||||
article = data?.getArticle;
|
article = data?.getArticle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user