From c07c45a72b36d18bf626fce81f11a97a03be62cb Mon Sep 17 00:00:00 2001 From: phntxx Date: Sat, 20 Nov 2021 12:39:29 +0100 Subject: [PATCH] Fix styling on select.tsx --- src/components/select.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/select.tsx b/src/components/select.tsx index 5fe7cc4..80a7a11 100644 --- a/src/components/select.tsx +++ b/src/components/select.tsx @@ -35,7 +35,8 @@ const Select = ({ > {items.map(({ label, value }, index) => { if (label === current) { - return + ); } else { - return + ); } })}