Update browser and nav bar title on language change (#275)
This commit is contained in:
@@ -86,7 +86,7 @@ export default function Sources() {
|
||||
/>
|
||||
</>,
|
||||
);
|
||||
}, [shownLangs, sources]);
|
||||
}, [t, shownLangs, sources]);
|
||||
|
||||
if (loading) return <LoadingPlaceholder />;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user