standalone msg fix

This commit is contained in:
Martti Malmi 2023-07-23 09:23:09 +03:00
parent 78752b89fd
commit 9e1f3223c1

View File

@ -21,9 +21,9 @@ const Note = ({
isQuote = false, // message that connects to the next message with a line
isQuoting = false, // message that is under an isQuote message, no margin
showReplies = 0,
showRepliedMsg = false,
showRepliedMsg,
standalone = false,
fullWidth = false,
fullWidth,
}) => {
const [replies, setReplies] = useState([] as string[]);