diff --git a/services/frontend/src/components/material/PageTitle/index.tsx b/services/frontend/src/components/material/PageTitle/index.tsx index 89f96fe2c..fa6743489 100644 --- a/services/frontend/src/components/material/PageTitle/index.tsx +++ b/services/frontend/src/components/material/PageTitle/index.tsx @@ -13,7 +13,7 @@ export const PageTitle = ({ subtitle, title }: { subtitle?: string; title: strin {title} {subtitle && ( - + {subtitle} )}