From 8d88e399d68f892e073b9d075a3850953032fa3c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 4 Mar 2019 19:11:12 +0300 Subject: Fix linter configuration Fix some linter warnings --- vnext/src/components/UploadButton.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext/src/components/UploadButton.js') diff --git a/vnext/src/components/UploadButton.js b/vnext/src/components/UploadButton.js index 115ff32e..73cbbfcf 100644 --- a/vnext/src/components/UploadButton.js +++ b/vnext/src/components/UploadButton.js @@ -11,10 +11,10 @@ export default function UploadButton(props) { } else { input.click(); } - } + }; let attachmentChanged = (event) => { props.onChange(event.target.value); - } + }; return (
-- cgit v1.2.3