We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca487f5 commit 20fa600Copy full SHA for 20fa600
1 file changed
src/frontend/src/layouts/PageTitle/PageTitle.tsx
@@ -24,8 +24,6 @@ interface PageTitleProps {
24
* @param tabs The tabs on the page to display.
25
*/
26
const PageTitle: React.FC<PageTitleProps> = ({ title, previousPages, headerRight, tabs, sticky }) => {
27
- const theme = useTheme();
28
-
29
return (
30
<>
31
<PageBreadcrumbs currentPageTitle={title} previousPages={previousPages} />
0 commit comments