diff --git a/src/screens/Hashtag.tsx b/src/screens/Hashtag.tsx index 83eb5b80da..fd1bdffa73 100644 --- a/src/screens/Hashtag.tsx +++ b/src/screens/Hashtag.tsx @@ -107,34 +107,34 @@ export default function HashtagScreen({ return ( - - - - {headerTitle} - {author && ( - - {_(msg`From @${sanitizedAuthor}`)} - - )} - - - - - ( + + + + {headerTitle} + {author && ( + + {_(msg`From @${sanitizedAuthor}`)} + + )} + + + + + section.title)} {...props} /> )} diff --git a/src/screens/Topic.tsx b/src/screens/Topic.tsx index 6cd69f05f2..62726bcc6f 100644 --- a/src/screens/Topic.tsx +++ b/src/screens/Topic.tsx @@ -88,29 +88,29 @@ export default function TopicScreen({ return ( - - - - {headerTitle} - - - - - ( + + + + {headerTitle} + + + + + section.title)} {...props} /> )}