From 33370b2e85cd0429de17c6754c3479e390e58cb9 Mon Sep 17 00:00:00 2001 From: Mist Date: Sat, 24 Feb 2024 20:01:11 +0800 Subject: [PATCH] f --- snap-client/src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (