diff --git a/client/templates/Castform/widgets/Section.tsx b/client/templates/Castform/widgets/Section.tsx index 89efdd31..ed2b1964 100644 --- a/client/templates/Castform/widgets/Section.tsx +++ b/client/templates/Castform/widgets/Section.tsx @@ -91,13 +91,7 @@ const Section: React.FC = ({ )} - {keywords && ( -
- Keywords: -   - {keywords.join(', ')} -
- )} + {keywords &&
{keywords.join(', ')}
} {(phone || email) && (
diff --git a/client/templates/Gengar/widgets/Section.tsx b/client/templates/Gengar/widgets/Section.tsx index ff7624f8..6cd12700 100644 --- a/client/templates/Gengar/widgets/Section.tsx +++ b/client/templates/Gengar/widgets/Section.tsx @@ -92,13 +92,7 @@ const Section: React.FC = ({ )} - {keywords && ( -
- Keywords: -   - {keywords.join(', ')} -
- )} + {keywords &&
{keywords.join(', ')}
} {(phone || email) && (
diff --git a/client/templates/Onyx/widgets/Section.tsx b/client/templates/Onyx/widgets/Section.tsx index 412c47ae..e06824f8 100644 --- a/client/templates/Onyx/widgets/Section.tsx +++ b/client/templates/Onyx/widgets/Section.tsx @@ -92,13 +92,7 @@ const Section: React.FC = ({ )} - {keywords && ( -
- Keywords: -   - {keywords.join(', ')} -
- )} + {keywords &&
{keywords.join(', ')}
} {(phone || email) && (
diff --git a/client/templates/Pikachu/widgets/Section.tsx b/client/templates/Pikachu/widgets/Section.tsx index c0732fc4..4a2c53fc 100644 --- a/client/templates/Pikachu/widgets/Section.tsx +++ b/client/templates/Pikachu/widgets/Section.tsx @@ -84,13 +84,7 @@ const Section: React.FC = ({ )} - {keywords && ( -
- Keywords: -   - {keywords.join(', ')} -
- )} + {keywords &&
{keywords.join(', ')}
} {(phone || email) && (