Fix review details

- spelling mistake
- unwatch watched setting
- lint (indentation)
- use more performant component
This commit is contained in:
Jorik Schellekens 2020-07-07 15:11:08 +01:00
parent 527fe24cd6
commit 0d6e7759d0
8 changed files with 20 additions and 9 deletions

View file

@ -21,7 +21,7 @@ interface IProps {
const PulsedAvatar: React.FC<IProps> = (props) => {
return <div className="mx_PulsedAvatar">
{props.children}
{props.children}
</div>
}