export function AuctionsSortRow(props: {
  isSorted: boolean;
  assetSortType: AuctionsSortType;
  onPress: () => void;
}): JSX.Element {