Move ChatList header outside center
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user