diff --git a/snap-client/src/app.tsx b/snap-client/src/app.tsx index 2c49f3d..8775737 100644 --- a/snap-client/src/app.tsx +++ b/snap-client/src/app.tsx @@ -67,7 +67,7 @@ function App() { useEffect(() => { document.title = config?.preview_title ?? PREVIEW_TITLE_PLACEHOLDER; - }, []); + }, [config?.preview_title]); return (