From 64aef17e1b7569fd970871ef2b24c8ea0ca80999 Mon Sep 17 00:00:00 2001 From: wrt95 Date: Sun, 6 Oct 2024 16:44:13 +0200 Subject: [PATCH] refactor: Fixing header text studio root --- frontend/studio-root/pages/PageLayout/PageLayout.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/studio-root/pages/PageLayout/PageLayout.tsx b/frontend/studio-root/pages/PageLayout/PageLayout.tsx index 862de6f6dd5..4724ab1acfe 100644 --- a/frontend/studio-root/pages/PageLayout/PageLayout.tsx +++ b/frontend/studio-root/pages/PageLayout/PageLayout.tsx @@ -1,13 +1,16 @@ import React from 'react'; import { Outlet } from 'react-router-dom'; import { StudioPageHeader } from '@studio/components/'; +import { useTranslation } from 'react-i18next'; export const PageLayout = () => { + const { t } = useTranslation(); + return ( <> - +