From 6b9b428371e5268574402ba1596f7a2564309ce7 Mon Sep 17 00:00:00 2001 From: GITHUB_USERNAME Date: Mon, 16 Jan 2023 13:28:58 -0500 Subject: [PATCH] prettier fixes --- superset-frontend/src/components/Select/CustomTag.tsx | 2 +- superset-frontend/src/components/Select/Select.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/superset-frontend/src/components/Select/CustomTag.tsx b/superset-frontend/src/components/Select/CustomTag.tsx index 04c329d38647f..a7ffe10f6d54f 100644 --- a/superset-frontend/src/components/Select/CustomTag.tsx +++ b/superset-frontend/src/components/Select/CustomTag.tsx @@ -73,7 +73,7 @@ export const customTagRender = (props: CustomTagProps) => { if (value !== SELECT_ALL_VALUE) { return ( - + {label} ); diff --git a/superset-frontend/src/components/Select/Select.tsx b/superset-frontend/src/components/Select/Select.tsx index 53fb6a957e4a9..663c4a4ba3478 100644 --- a/superset-frontend/src/components/Select/Select.tsx +++ b/superset-frontend/src/components/Select/Select.tsx @@ -412,8 +412,7 @@ const Select = forwardRef( return selectAllMode ? `+ ${num_selected - 1} ...` : `+ ${num_selected} ...`; - } - + }; return (