diff options
Diffstat (limited to 'vnext/src/components/Avatar.js')
-rw-r--r-- | vnext/src/components/Avatar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Avatar.js b/vnext/src/components/Avatar.js index 73b885ad..0df0dbd7 100644 --- a/vnext/src/components/Avatar.js +++ b/vnext/src/components/Avatar.js @@ -17,4 +17,4 @@ export default function Avatar(props) { Avatar.propTypes = { user: UserType, link: PropTypes.string -} +}; |