Spacing fix of expanded notifications
This commit is contained in:
parent
c2e7dd8f48
commit
db4109a5ea
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ function ExpandedAuthorsList({
|
||||||
}).start()
|
}).start()
|
||||||
}, [heightInterp, visible])
|
}, [heightInterp, visible])
|
||||||
return (
|
return (
|
||||||
<Animated.View style={(s.mb5, heightStyle)}>
|
<Animated.View style={[s.mb10, heightStyle]}>
|
||||||
{authors.map(author => (
|
{authors.map(author => (
|
||||||
<Link
|
<Link
|
||||||
key={author.href}
|
key={author.href}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue