mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-09 03:07:51 +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();
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user