- {(featuredLinks.guideCards || []).map((guide) => {
- return
- })}
+
+
+ {(featuredLinks.guideCards || []).map((guide) => {
+ return
+ })}
+
{!currentCategory && hasGuidesPage && (
diff --git a/components/ui/Picker/Picker.tsx b/components/ui/Picker/Picker.tsx
index 4ca48bbc62..0ca17e73c0 100644
--- a/components/ui/Picker/Picker.tsx
+++ b/components/ui/Picker/Picker.tsx
@@ -40,7 +40,11 @@ function PickerSummaryWrapper({ variant, children }: PickerWrapperPropsT) {
function PickerOptionsWrapper({ variant, children }: PickerWrapperPropsT) {
if (variant === 'inline') {
- return
{children}
+ return (
+
+
+
+ )
}
return (