mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-07 07:40:29 +03:00
fixed bridge reply formatting
This commit is contained in:
parent
804248d6ad
commit
daa0015fbd
3 changed files with 12 additions and 14 deletions
|
|
@ -86,9 +86,7 @@ MessageHeader.propTypes = {
|
|||
time: PropTypes.string.isRequired,
|
||||
};
|
||||
|
||||
function MessageReply({
|
||||
userId, name, color, content,
|
||||
}) {
|
||||
function MessageReply({ name, color, content }) {
|
||||
return (
|
||||
<div className="message__reply">
|
||||
<Text variant="b2">
|
||||
|
|
@ -101,7 +99,6 @@ function MessageReply({
|
|||
}
|
||||
|
||||
MessageReply.propTypes = {
|
||||
userId: PropTypes.string.isRequired,
|
||||
name: PropTypes.string.isRequired,
|
||||
color: PropTypes.string.isRequired,
|
||||
content: PropTypes.string.isRequired,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue