mirror of
https://github.com/flarum/core.git
synced 2025-07-11 03:46:23 +02:00
Live preview of post editing/replying thanks to TextFormatter 👏
This commit is contained in:
@ -30,7 +30,7 @@ export default class PostUser extends Component {
|
||||
if (!user) {
|
||||
return (
|
||||
<div className="PostUser">
|
||||
<h3>{avatar(user)} {username(user)}</h3>
|
||||
<h3>{avatar(user, {className: 'PostUser-avatar'})} {username(user)}</h3>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user