diff --git a/mobile/lib/models/search/search_types.dart b/mobile/lib/models/search/search_types.dart index ad13e0480687eea3004dfca7051a70e6f3d8f7be..a13fd57dcb0f13526cce680951b453012f804019 100644 --- a/mobile/lib/models/search/search_types.dart +++ b/mobile/lib/models/search/search_types.dart @@ -101,7 +101,7 @@ extension SectionTypeExtensions on SectionType { bool get isCTAVisible { switch (this) { case SectionType.face: - return true; + return false; case SectionType.content: return false; case SectionType.moment: @@ -124,7 +124,7 @@ extension SectionTypeExtensions on SectionType { bool get isEmptyCTAVisible { switch (this) { case SectionType.face: - return true; + return false; case SectionType.content: return false; case SectionType.moment: