From 9a6528484b62dd361a558b41b604866df1b68fe8 Mon Sep 17 00:00:00 2001 From: "focp212@naver.com" Date: Wed, 12 Nov 2025 14:54:22 +0900 Subject: [PATCH] =?UTF-8?q?warning=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/common/ui/sort-type-box.tsx | 27 ++++++++++++------------ 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/src/entities/common/ui/sort-type-box.tsx b/src/entities/common/ui/sort-type-box.tsx index 741f50a..94fd25e 100644 --- a/src/entities/common/ui/sort-type-box.tsx +++ b/src/entities/common/ui/sort-type-box.tsx @@ -19,20 +19,19 @@ export const SortTypeBox = ({ <>
{ options.map((value: Record, index: number) => ( - <> - { (index > 0) && - | - } - - - - +
+ + { (index < options.length - 1) && + | + } +
))}