mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Merge pull request #2316 from litpub/fixes-dom-nesting
chat: Fixes dom nesting warning on <Message>
This commit is contained in:
commit
170003789a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -192,7 +192,7 @@ export class Message extends Component {
|
||||
style={{ flexGrow: 1, marginTop: -8 }}>
|
||||
<div className="hide-child" style={paddingTop}>
|
||||
<p className="v-mid f9 gray2 dib mr3">
|
||||
<div className={contact.nickname ? null : "mono"}>{name}</div>
|
||||
<span className={contact.nickname ? null : "mono"}>{name}</span>
|
||||
</p>
|
||||
<p className="v-mid mono f9 gray2 dib">{timestamp}</p>
|
||||
<p className="v-mid mono f9 ml2 gray2 dib child dn-s">{datestamp}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user