diff --git a/website/src/theme/Root.tsx b/website/src/theme/Root.tsx index 62536a8c93..d89436590a 100644 --- a/website/src/theme/Root.tsx +++ b/website/src/theme/Root.tsx @@ -21,7 +21,7 @@ function Root({ children }) { url: customFields.unleashProxyUrl as string, disableRefresh: true, appName: `docs.getunleash.io-${customFields.environment}`, - ...(typeof fetch !=="undefined" ? unleashSsrOptions : {}) + ...(typeof fetch === "undefined" ? unleashSsrOptions : {}) }; const [showFeedback, setShowFeedback] = React.useState(false);