diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-27 11:06:41 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-27 11:06:41 -0400 |
commit | 64dedc2bc0c65fae604ba771ae4c17d1927ff1c2 (patch) | |
tree | ae86de063e534fa706b413ca3de5c0060ff3244c /src/components/taggs | |
parent | 98bf284d278fe4b64d1de937d7047c746a6070dd (diff) |
linted
Diffstat (limited to 'src/components/taggs')
-rw-r--r-- | src/components/taggs/TwitterTaggPost.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/taggs/TwitterTaggPost.tsx b/src/components/taggs/TwitterTaggPost.tsx index a64fea20..db07ba66 100644 --- a/src/components/taggs/TwitterTaggPost.tsx +++ b/src/components/taggs/TwitterTaggPost.tsx @@ -77,7 +77,10 @@ const TwitterTaggPost: React.FC<TwitterTaggPostProps> = ({ <View style={styles.replyHeader}> {post.in_reply_to.text !== 'This tweet is unavailable' && ( <> - <Avatar style={styles.avatar} uri={post.in_reply_to.profile_pic} /> + <Avatar + style={styles.avatar} + uri={post.in_reply_to.profile_pic} + /> <Text style={styles.replyHandleText} onPress={() => |