]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/common/sort-select.tsx
Comment Tree paging (#726)
[lemmy-ui.git] / src / shared / components / common / sort-select.tsx
index 11880647642ffd2a94e143671b755669174cafa4..3f815f5b0eb6e728ff9fea9ad01544fd59fd4505 100644 (file)
@@ -51,6 +51,7 @@ export class SortSelect extends Component<SortSelectProps, SortSelectState> {
             <option value={SortType.Active}>{i18n.t("active")}</option>,
           ]}
           <option value={SortType.New}>{i18n.t("new")}</option>
+          <option value={SortType.Old}>{i18n.t("old")}</option>
           {!this.props.hideMostComments && [
             <option value={SortType.MostComments}>
               {i18n.t("most_comments")}