mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-12 11:11:21 +00:00
Set default value
This commit is contained in:
parent
f39946747f
commit
2b3d2e2326
@ -565,7 +565,7 @@ export const MessageItem = React.memo(
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
export const ReplyPreview = ({ message, isEdit }) => {
|
export const ReplyPreview = ({ message, isEdit = false }) => {
|
||||||
const theme = useTheme();
|
const theme = useTheme();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user