We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b48d91 commit 4fb5cf3Copy full SHA for 4fb5cf3
src/components/ColumnWithToggleControls.tsx
@@ -62,9 +62,9 @@ const ColumnWithToggleControls = ({
62
toggle.icon
63
) : toggle.type === 'sort' ? (
64
toggle.isActive ? (
65
- <ChevronUp className="w-3 h-3" />
66
- ) : (
67
<ChevronDown className="w-3 h-3" />
+ ) : (
+ <ChevronUp className="w-3 h-3" />
68
)
69
) : null}
70
{toggle.label && <span>{toggle.label}</span>}
0 commit comments