Skip to content

Commit 655ae62

Browse files
authored
Update App.js
1 parent ab62e27 commit 655ae62

File tree

1 file changed

+1
-1
lines changed
  • ReactNative/NativeExpoChat

1 file changed

+1
-1
lines changed

ReactNative/NativeExpoChat/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const sort = {
3232
last_message_at: -1,
3333
};
3434

35-
const ChannelListScreen = () => {
35+
const ChannelListScreen = props => {
3636
const { setChannel } = useAppContext();
3737
return (
3838
<ChannelList

0 commit comments

Comments
 (0)