Move ChatList header outside center

This commit is contained in:
Eric Bailey
2024-12-04 12:05:50 -06:00
parent 8cf3566c7d
commit de940fad9b
+1 -1
View File
@@ -206,8 +206,8 @@ export function MessagesScreen({navigation, route}: Props) {
return (
<Layout.Screen testID="messagesScreen" temp__enableWebBorders>
<Header newChatControl={newChatControl} />
<Layout.Center>
<Header newChatControl={newChatControl} />
<NewChat onNewChat={onNewChat} control={newChatControl} />
<List
data={conversations}