Skip to content

Commit

Permalink
clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvisut committed Dec 11, 2024
1 parent 15ce2d0 commit 9541b07
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions src/pages/benchmarks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,27 +122,7 @@ function Benchmarks() {
<FilterAlt /> Filter <KeyboardArrowDown />
</span>

{
// TODO: replace simple sort pill w/this sort pill placeholder
/*
TODO: replace simple sort pill w/this sort pill placeholder
Sort Pill Placeholder
<span
className={`${$button.pilled}`}
style={{
display: "flex",
maxWidth: "fit-content",
alignItems: "center",
gap: "4px",
}}
>
<Sort /> Sort <KeyboardArrowDown />
</span>
*/
}

{/* simple sort pill POC (see TODO above) */}
{/* simple sort pill POC (TODO: add `<KeyboardArrowDown/>` if dropdown needed) */}
<button
onClick={() => handleSort("created_at")}
className={`${$button.pilled}`}
Expand Down

0 comments on commit 9541b07

Please sign in to comment.