Skip to content

Commit 4a7b686

Browse files
Alfabetization of props
Co-authored-by: Vir Desai <[email protected]>
1 parent 956e74e commit 4a7b686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChannelPreview/ChannelPreview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ const ChannelPreview = (props) => {
4949
return (
5050
<Preview
5151
{...props}
52+
lastMessage={lastMessage}
5253
latestMessage={latestMessage}
5354
unread={unread}
54-
lastMessage={lastMessage}
5555
/>
5656
);
5757
};

0 commit comments

Comments
 (0)