From 3aba4218c58aa8755010181b7b4be26dc860633c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 14 Feb 2023 18:49:32 +0100 Subject: [PATCH] Use clsx instead of template strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/components/ui/select/select.tsx | 6 +++- .../compose/components/privacy-dropdown.tsx | 2 +- .../ui/components/modals/media-modal.tsx | 32 ++++++++----------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/app/soapbox/components/ui/select/select.tsx b/app/soapbox/components/ui/select/select.tsx index 4c88ae5bd..2c03d083c 100644 --- a/app/soapbox/components/ui/select/select.tsx +++ b/app/soapbox/components/ui/select/select.tsx @@ -1,3 +1,4 @@ +import clsx from 'clsx'; import React from 'react'; interface ISelect extends React.SelectHTMLAttributes { @@ -11,7 +12,10 @@ const Select = React.forwardRef((props, ref) => { return (