You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: client/app/screens/chat/ChatScreen.tsx
+16-4
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ const ChatScreen = () => {
35
35
// Note: To prevent complexity, all user information is grabbed from different contexts and services. If we wanted most information inside of UserContext, we would have to import contexts within contexts and have state change as certain things mount, which could cause errors that are difficult to pinpoint.
0 commit comments