mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 20:11:22 +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(
|
export const MessageItem = memo(
|
||||||
({
|
({
|
||||||
message,
|
handleReaction,
|
||||||
onSeen,
|
|
||||||
isLast,
|
isLast,
|
||||||
isTemp,
|
isPrivate,
|
||||||
myAddress,
|
|
||||||
onReply,
|
|
||||||
isShowingAsReply,
|
isShowingAsReply,
|
||||||
|
isTemp,
|
||||||
|
isUpdating,
|
||||||
|
lastSignature,
|
||||||
|
message,
|
||||||
|
myAddress,
|
||||||
|
onEdit,
|
||||||
|
onReply,
|
||||||
|
onSeen,
|
||||||
|
reactions,
|
||||||
reply,
|
reply,
|
||||||
replyIndex,
|
replyIndex,
|
||||||
scrollToItem,
|
scrollToItem,
|
||||||
handleReaction,
|
|
||||||
reactions,
|
|
||||||
isUpdating,
|
|
||||||
lastSignature,
|
|
||||||
onEdit,
|
|
||||||
isPrivate,
|
|
||||||
}) => {
|
}) => {
|
||||||
const { getIndividualUserInfo } = useContext(QORTAL_APP_CONTEXT);
|
const { getIndividualUserInfo } = useContext(QORTAL_APP_CONTEXT);
|
||||||
const [anchorEl, setAnchorEl] = useState(null);
|
const [anchorEl, setAnchorEl] = useState(null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user