File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -122,27 +122,7 @@ function Benchmarks() {
122
122
< FilterAlt /> Filter < KeyboardArrowDown />
123
123
</ span >
124
124
125
- {
126
- // TODO: replace simple sort pill w/this sort pill placeholder
127
- /*
128
- TODO: replace simple sort pill w/this sort pill placeholder
129
-
130
- Sort Pill Placeholder
131
- <span
132
- className={`${$button.pilled}`}
133
- style={{
134
- display: "flex",
135
- maxWidth: "fit-content",
136
- alignItems: "center",
137
- gap: "4px",
138
- }}
139
- >
140
- <Sort /> Sort <KeyboardArrowDown />
141
- </span>
142
- */
143
- }
144
-
145
- { /* simple sort pill POC (see TODO above) */ }
125
+ { /* simple sort pill POC (TODO: add `<KeyboardArrowDown/>` if dropdown needed) */ }
146
126
< button
147
127
onClick = { ( ) => handleSort ( "created_at" ) }
148
128
className = { `${ $button . pilled } ` }
You can’t perform that action at this time.
0 commit comments