This commit is contained in:
Tom Moor
2017-12-02 23:14:27 -08:00
parent 5da809c4ab
commit 15e8e50601
29 changed files with 617 additions and 610 deletions

View File

@@ -29,8 +29,8 @@ const Collaborators = ({ document }: Props) => {
<Avatars>
<StyledTooltip tooltip={tooltip} placement="bottom">
{collaborators.map(user => (
<AvatarWrapper>
<Avatar key={user.id} src={user.avatarUrl} />
<AvatarWrapper key={user.id}>
<Avatar src={user.avatarUrl} />
</AvatarWrapper>
))}
</StyledTooltip>