chore(lab): Tweaks to pages
This commit is contained in:
parent
3536dfc4a3
commit
2f84ee40d6
2 changed files with 2 additions and 2 deletions
|
@ -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}>
|
||||
|
|
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue