1
0
Fork 0

chore(lab): Tweaks to pages

This commit is contained in:
joostdecock 2023-05-26 11:38:57 +02:00
parent 3536dfc4a3
commit 2f84ee40d6
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ const RepoLink = ({ href = false }) =>
* or set them manually.
*/
const DocsPage = ({ page }) => {
const { t, i18n } = useTranslation(ns)
const { t } = useTranslation(ns)
return (
<PageWrapper {...page}>

View file

@ -17,7 +17,7 @@ const ns = [...pageNs, 'labdocs']
* or set them manually.
*/
const DocsPage = ({ page }) => {
const { t, i18n } = useTranslation(ns)
const { t } = useTranslation(ns)
return (
<PageWrapper {...page}>