aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/taggs')
-rw-r--r--src/components/taggs/TwitterTaggPost.tsx5
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={() =>