Skip to content

Commit 9541b07

Browse files
committed
clean up comments
1 parent 15ce2d0 commit 9541b07

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

src/pages/benchmarks/index.tsx

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -122,27 +122,7 @@ function Benchmarks() {
122122
<FilterAlt /> Filter <KeyboardArrowDown />
123123
</span>
124124

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) */}
146126
<button
147127
onClick={() => handleSort("created_at")}
148128
className={`${$button.pilled}`}

0 commit comments

Comments
 (0)