This commit is contained in:
focp212@naver.com
2025-10-31 08:34:20 +09:00
parent 5f420c212b
commit 11014a9c69

View File

@@ -14,7 +14,10 @@ export const SortTypeBox = ({
{ sortOptions.map((option: Record<string, any>, index: number) => ( { sortOptions.map((option: Record<string, any>, index: number) => (
<> <>
{ (index > 0) && { (index > 0) &&
<span className="sort-divider">|</span> <span
key={ option.key + '-divider' }
className="sort-divider"
>|</span>
} }
<span key={ option.key }> <span key={ option.key }>
<button <button