From af61ae9d354ff7eee5c9906203c67037e9a2f846 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 5 May 2022 15:54:06 -0500 Subject: [PATCH] PromoPanelInput: remove icon label --- app/soapbox/features/soapbox_config/components/icon-picker.tsx | 2 +- app/soapbox/features/soapbox_config/index.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/soapbox/features/soapbox_config/components/icon-picker.tsx b/app/soapbox/features/soapbox_config/components/icon-picker.tsx index bb0c18eff..7fa060b54 100644 --- a/app/soapbox/features/soapbox_config/components/icon-picker.tsx +++ b/app/soapbox/features/soapbox_config/components/icon-picker.tsx @@ -3,7 +3,7 @@ import React from 'react'; import IconPickerDropdown from './icon_picker_dropdown'; interface IIconPicker { - label: React.ReactNode, + label?: React.ReactNode, value: string, onChange: React.ChangeEventHandler, } diff --git a/app/soapbox/features/soapbox_config/index.tsx b/app/soapbox/features/soapbox_config/index.tsx index 676656e5c..673e4f018 100644 --- a/app/soapbox/features/soapbox_config/index.tsx +++ b/app/soapbox/features/soapbox_config/index.tsx @@ -82,7 +82,6 @@ const PromoPanelInput: StreamfieldComponent = ({ value, onChange return (