Skip to content

Commit

Permalink
fix eslint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnojima committed Dec 2, 2016
1 parent 2f015ee commit 199bb2a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shared/common-adapters/multi-avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from 'react'

import type {Props as AvatarProps, AvatarSize} from './avatar'

type Props = {
export type Props = {
avatarProps: Array<AvatarProps>,
singleSize: AvatarSize,
multiSize: AvatarSize,
Expand Down Expand Up @@ -50,6 +50,3 @@ const rightAvatar = {
}

export default MultiAvatar
export type {
Props,
}

0 comments on commit 199bb2a

Please sign in to comment.