mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 03:51:23 +00:00
Sort parames
This commit is contained in:
parent
c053122d63
commit
1e50cf8cd8
@ -100,22 +100,22 @@ const UserBadge = memo(({ userInfo }) => {
|
||||
|
||||
export const MessageItem = memo(
|
||||
({
|
||||
message,
|
||||
onSeen,
|
||||
handleReaction,
|
||||
isLast,
|
||||
isTemp,
|
||||
myAddress,
|
||||
onReply,
|
||||
isPrivate,
|
||||
isShowingAsReply,
|
||||
isTemp,
|
||||
isUpdating,
|
||||
lastSignature,
|
||||
message,
|
||||
myAddress,
|
||||
onEdit,
|
||||
onReply,
|
||||
onSeen,
|
||||
reactions,
|
||||
reply,
|
||||
replyIndex,
|
||||
scrollToItem,
|
||||
handleReaction,
|
||||
reactions,
|
||||
isUpdating,
|
||||
lastSignature,
|
||||
onEdit,
|
||||
isPrivate,
|
||||
}) => {
|
||||
const { getIndividualUserInfo } = useContext(QORTAL_APP_CONTEXT);
|
||||
const [anchorEl, setAnchorEl] = useState(null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user