From b7e1fbb693b2ecb5dadf3dd156f58fcf377ca8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 10 Apr 2022 14:26:30 +0200 Subject: [PATCH] lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/features/compose/components/upload_form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/compose/components/upload_form.tsx b/app/soapbox/features/compose/components/upload_form.tsx index 4ab98f3a8..00e66030c 100644 --- a/app/soapbox/features/compose/components/upload_form.tsx +++ b/app/soapbox/features/compose/components/upload_form.tsx @@ -3,12 +3,12 @@ import React from 'react'; import { useAppSelector } from 'soapbox/hooks'; -import type { Attachment as AttachmentEntity } from 'soapbox/types/entities'; - // import SensitiveButtonContainer from '../containers/sensitive_button_container'; import UploadProgress from '../components/upload-progress'; import UploadContainer from '../containers/upload_container'; +import type { Attachment as AttachmentEntity } from 'soapbox/types/entities'; + const UploadForm = () => { const mediaIds = useAppSelector((state) => state.compose.get('media_attachments').map((item: AttachmentEntity) => item.get('id'))); const classes = classNames('compose-form__uploads-wrapper', {