Parcourir la source

small fix for reporting

Viktoriia il y a 5 mois
Parent
commit
a31f52d8f6

+ 2 - 1
src/screens/InAppScreens/MessagesScreen/Components/SearchUsersModal.tsx

@@ -44,7 +44,8 @@ const SearchModal = () => {
               {
                 id: item.user_id,
                 name: item.first_name + ' ' + item.last_name,
-                avatar: item.avatar
+                avatar: item.avatar,
+                userType: 'normal'
               }
             ] as never)
           );