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