mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Set default value
This commit is contained in:
@@ -565,7 +565,7 @@ export const MessageItem = React.memo(
|
||||
}
|
||||
);
|
||||
|
||||
export const ReplyPreview = ({ message, isEdit }) => {
|
||||
export const ReplyPreview = ({ message, isEdit = false }) => {
|
||||
const theme = useTheme();
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user