Fix spacing when no description in SS pub card

This commit is contained in:
Eric Bailey
2026-05-28 17:22:54 -05:00
parent bcdf707a8a
commit 5ec61ca97e
@@ -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}