fix(SW-856): fixes previous faulty fix regarding SectionHeader
This commit is contained in:
@@ -14,7 +14,7 @@ export default function SectionHeader({
|
|||||||
topTitle = false,
|
topTitle = false,
|
||||||
textTransform,
|
textTransform,
|
||||||
}: HeaderProps) {
|
}: HeaderProps) {
|
||||||
if (!title || !preamble || !link) {
|
if (!title && !preamble && !link) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user