Spacing fix of expanded notifications
This commit is contained in:
@@ -302,7 +302,7 @@ function ExpandedAuthorsList({
|
||||
}).start()
|
||||
}, [heightInterp, visible])
|
||||
return (
|
||||
<Animated.View style={(s.mb5, heightStyle)}>
|
||||
<Animated.View style={[s.mb10, heightStyle]}>
|
||||
{authors.map(author => (
|
||||
<Link
|
||||
key={author.href}
|
||||
|
||||
Reference in New Issue
Block a user