mirror of https://github.com/tooot-app/app
Fix #584
This commit is contained in:
parent
61967f4420
commit
533ff1d549
|
@ -53,7 +53,7 @@ const ComponentHashtag: React.FC<PropsWithChildren & Props> = ({
|
||||||
#{hashtag.name}
|
#{hashtag.name}
|
||||||
</CustomText>
|
</CustomText>
|
||||||
<View
|
<View
|
||||||
style={{ flexDirection: 'row', alignItems: 'center' }}
|
style={{ flexDirection: 'row', alignItems: 'center', alignSelf: 'stretch' }}
|
||||||
onLayout={({
|
onLayout={({
|
||||||
nativeEvent: {
|
nativeEvent: {
|
||||||
layout: { height }
|
layout: { height }
|
||||||
|
|
Loading…
Reference in New Issue