From 71acbc9791ad42f99757feb9ed03e208fd09aa70 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 19 May 2023 02:39:47 +0300 Subject: Fix linter warnings --- vnext/src/ui/UploadButton.js | 1 - 1 file changed, 1 deletion(-) (limited to 'vnext/src/ui/UploadButton.js') diff --git a/vnext/src/ui/UploadButton.js b/vnext/src/ui/UploadButton.js index f07501de..b652e522 100644 --- a/vnext/src/ui/UploadButton.js +++ b/vnext/src/ui/UploadButton.js @@ -9,7 +9,6 @@ import Icon from './Icon'; /** * Upload button - * * @param {UploadButtonProps} props */ export default function UploadButton(props) { -- cgit v1.2.3