..
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user