From ea1b9039ae221355cfaabb16fc43dab5917bea56 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 6 Jul 2018 02:11:40 +0300 Subject: Fix eslint warnings --- vnext/src/components/Avatar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/components/Avatar.js') 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 -} +}; -- cgit v1.2.3