[clean up][xs]: Sort component doesn't need any props.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default function Sort({ selected }) {
|
||||
export default function Sort() {
|
||||
return (
|
||||
<div className="inline-block my-6 float-right">
|
||||
<label htmlFor="field-order-by">Order by:</label>
|
||||
|
||||
Reference in New Issue
Block a user