Skip to content

Commit e1041e5

Browse files
committed
resolve issue
1 parent a055355 commit e1041e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function App() {
7979
messages.map(item =>(
8080
<Messages
8181
key={item.id}
82-
user={item.udi === user.uid ? "me" : "other"}
82+
user={item.uid === user.uid ? "me" : "other"}
8383
text={item.text}
8484
uri={item.uri}
8585
/>

0 commit comments

Comments
 (0)