Browse Source

Merge branch 'dev' of https://git.nomadmania.travel/Viktoriia/nomadmania-app into attachments

Viktoriia 5 months ago
parent
commit
62787e5f0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/screens/InAppScreens/MessagesScreen/ChatScreen/index.tsx

+ 1 - 1
src/screens/InAppScreens/MessagesScreen/ChatScreen/index.tsx

@@ -85,7 +85,7 @@ const ChatScreen = ({ route }: { route: any }) => {
     id,
     name,
     avatar,
-    userType
+    userType = 'normal'
   }: {
     id: number;
     name: string;