diff --git a/app-expo/src/app/(tabs)/index.tsx b/app-expo/src/app/(tabs)/index.tsx index 58fc37c..e026462 100644 --- a/app-expo/src/app/(tabs)/index.tsx +++ b/app-expo/src/app/(tabs)/index.tsx @@ -162,7 +162,6 @@ const SKELETON_COUNT = 3; export default function ConversationsScreen() { const { t } = useTranslation('conversation'); - const { t: tApp } = useTranslation('app'); const { data: conversations = [], isLoading } = useConversations(); const createConversation = useCreateConversation(); @@ -197,12 +196,6 @@ export default function ConversationsScreen() { return ( - - - {tApp('tabs.conversations')} - - - - - - {hasCoverImage ? ( - - - - {chapterLabel} - - - {item.title} - - - + + + {chapterLabel} + + + {item.title} + @@ -305,8 +285,7 @@ function ChapterCard({ > {item.title} - - + - - - - {chapterLabel} - - - {item.title} - - - + + + {chapterLabel} + + + {item.title} + - - + - - - {t('pageTitle')} - - -