Optimise imports
This commit is contained in:
parent
32c45d04f3
commit
5a3dd895f6
4 changed files with 2 additions and 14 deletions
|
|
@ -28,7 +28,7 @@ const Help = () => {
|
|||
|
||||
useEffect(() => {
|
||||
document.title = t('help:name');
|
||||
}, []);
|
||||
}, [t]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue