Fix spacing when no description in SS pub card (#10648)

This commit is contained in:
Eric Bailey
2026-05-28 17:55:49 -05:00
committed by GitHub
parent bcdf707a8a
commit 5123680a11
@@ -392,7 +392,7 @@ export function PublicationCard({
)} )}
{!gtPhone && ( {!gtPhone && (
<View style={[view.description && a.pt_sm]}> <View style={[a.pt_sm]}>
<SubscribeButton <SubscribeButton
preview={preview} preview={preview}
view={view} view={view}