Fix spacing when no description in SS pub card (#10648)
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user