bugfixing

This commit is contained in:
MuslemRahimi 2025-02-13 13:42:06 +01:00
parent bdef1a2100
commit 21dc432d05

View File

@ -6,7 +6,7 @@
let article = data?.getArticle;
$: {
if (data?.getParams) {
if (data?.getParams && typeof window !== "undefined") {
article = data?.getArticle;
}
}