Update browser and nav bar title on language change (#275)
This commit is contained in:
@@ -103,7 +103,7 @@ const Updates: React.FC = () => {
|
||||
setTitle(t('updates.title'));
|
||||
|
||||
setAction(null);
|
||||
}, []);
|
||||
}, [t]);
|
||||
|
||||
useEffect(() => {
|
||||
if (hasNextPage) {
|
||||
|
||||
Reference in New Issue
Block a user