Update browser and nav bar title on language change (#275)
This commit is contained in:
@@ -16,7 +16,7 @@ export default function About() {
|
||||
useEffect(() => {
|
||||
setTitle(t('settings.about.title'));
|
||||
setAction(null);
|
||||
}, []);
|
||||
}, [t]);
|
||||
|
||||
const { data: about } = useQuery<IAbout>('/api/v1/settings/about');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user