kopia lustrzana https://github.com/bugout-dev/moonstream
corrected rotation of sorting arrows
rodzic
567a80029c
commit
26bcab4d02
|
@ -92,8 +92,8 @@ const List = ({ data, revoke, isLoading, update }) => {
|
|||
boxSize="12px"
|
||||
transform={
|
||||
sortBy.direction === SORT_DIRECTION_TYPES.ASC
|
||||
? "rotate(180deg)"
|
||||
: "rotate(0deg)"
|
||||
? "rotate(0deg)"
|
||||
: "rotate(180deg)"
|
||||
}
|
||||
/>
|
||||
}
|
||||
|
@ -122,8 +122,8 @@ const List = ({ data, revoke, isLoading, update }) => {
|
|||
boxSize="12px"
|
||||
transform={
|
||||
sortBy.direction === SORT_DIRECTION_TYPES.ASC
|
||||
? "rotate(180deg)"
|
||||
: "rotate(0deg)"
|
||||
? "rotate(0deg)"
|
||||
: "rotate(180deg)"
|
||||
}
|
||||
/>
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue