Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Feb 24, 2024
1 parent 1328dee commit 33370b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap-client/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function App() {

useEffect(() => {
document.title = config?.preview_title ?? PREVIEW_TITLE_PLACEHOLDER;
}, []);
}, [config?.preview_title]);

return (
<div className="w-full h-full flex flex-col items-center bg-deep-gray">
Expand Down

0 comments on commit 33370b2

Please sign in to comment.