- Linting... Prettier...
This commit is contained in:
@@ -5,7 +5,10 @@ import { getProfileAvatarUrl } from '../../../selectors/profile.js';
|
||||
import UserProfileButton from './UserProfileButton.js';
|
||||
|
||||
const matchStateToProps = (state) => ({
|
||||
avatarUrl: getProfileAvatarUrl(state),
|
||||
avatarUrl: getProfileAvatarUrl(state),
|
||||
});
|
||||
|
||||
export default connect(matchStateToProps, null)(UserProfileButton);
|
||||
export default connect(
|
||||
matchStateToProps,
|
||||
null,
|
||||
)(UserProfileButton);
|
||||
|
||||
Reference in New Issue
Block a user