Skip to content

Commit

Permalink
fixed closing tag error
Browse files Browse the repository at this point in the history
  • Loading branch information
guns2410 committed Mar 6, 2018
1 parent a7c5be7 commit 43a98c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Avatar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default class Avatar extends React.PureComponent {
/>
)}
</View>
</View>
</ContainerComponent>
);
}
}
Expand Down

0 comments on commit 43a98c0

Please sign in to comment.