From ac943f8951fe7da86aaa9f41ee879ab670786c86 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 2 Feb 2020 13:50:44 -0500 Subject: Finishing up interpolation rework. --- ui/src/components/sort-select.tsx | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) (limited to 'ui/src/components/sort-select.tsx') diff --git a/ui/src/components/sort-select.tsx b/ui/src/components/sort-select.tsx index fbdaa594..5515f746 100644 --- a/ui/src/components/sort-select.tsx +++ b/ui/src/components/sort-select.tsx @@ -1,7 +1,6 @@ import { Component, linkEvent } from 'inferno'; import { SortType } from '../interfaces'; import { i18n } from '../i18next'; -import { T } from 'inferno-i18next'; interface SortSelectProps { sort: SortType; @@ -30,33 +29,17 @@ export class SortSelect extends Component { onChange={linkEvent(this, this.handleSortChange)} class="custom-select custom-select-sm w-auto" > - + {!this.props.hideHot && ( - + )} - + - - - - - + + + + + ); } -- cgit v1.2.3