Update readme
This commit is contained in:
parent
973aa3b104
commit
6146b27adc
3 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue