diff --git a/src/screens/PostThread/components/GrowthHack.tsx b/src/screens/PostThread/components/GrowthHack.tsx index b99389bf61..655bdc9cc7 100644 --- a/src/screens/PostThread/components/GrowthHack.tsx +++ b/src/screens/PostThread/components/GrowthHack.tsx @@ -33,7 +33,7 @@ export function GrowthHack({ a.relative, a.justify_center, align === 'right' ? a.align_end : a.align_start, - width === undefined ? {opacity: 0} : {minWidth: width}, + {minWidth: width ?? iconSizes[ICON_SIZE]}, ]}> setWidth(evt.nativeEvent.layout.width)} style={[ t.atoms.bg, - // make sure it covers the icon! the won't always be a button + // make sure it covers the icon! children might be undefined {minWidth: iconSizes[ICON_SIZE], minHeight: iconSizes[ICON_SIZE]}, ]}> {children}