Update readme

This commit is contained in:
Ken-Håvard Lieng 2018-10-07 01:27:26 +02:00
parent 973aa3b104
commit 6146b27adc
3 changed files with 7 additions and 3 deletions

View file

@ -5,7 +5,7 @@ export default class UserListItem extends PureComponent {
handleClick = () => this.props.onClick(this.props.user.nick);
render() {
const { user } = this.props;
const { user } = this.props;
const style = {
color: stringToHSL(user.nick),
...this.props.style