diff --git a/src/common/containers/UserItem/components/index.jsx b/src/common/containers/UserItem/components/index.jsx index 8914d73b..cd8e0758 100644 --- a/src/common/containers/UserItem/components/index.jsx +++ b/src/common/containers/UserItem/components/index.jsx @@ -1,7 +1,6 @@ // @flow import React from 'react' import {Card, Icon, Image} from 'semantic-ui-react' -// import type {UserItem} from 'types' type Props = { @@ -11,7 +10,7 @@ type Props = { const UserItemComponent = ({user}: Props) => { return ( - {`${user.name}`} + {`${user.name}`} {user.name}