Adding scaled sort to UI. Fixes #2156 (#2169)

This commit is contained in:
Dessalines 2023-10-04 21:17:36 -04:00 committed by GitHub
parent de8255fc9e
commit 0c18224cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 18da10858d8c63750beb06247947f25d91944741 Subproject commit e943f97fe481dc425acdebc8872bf1fdcabaf875

View file

@ -53,6 +53,9 @@ export class SortSelect extends Component<SortSelectProps, SortSelectState> {
<option key={"Active"} value={"Active"}> <option key={"Active"} value={"Active"}>
{I18NextService.i18n.t("active")} {I18NextService.i18n.t("active")}
</option>, </option>,
<option key={"Scaled"} value={"Scaled"}>
{I18NextService.i18n.t("scaled")}
</option>,
]} ]}
<option value={"Controversial"}> <option value={"Controversial"}>
{I18NextService.i18n.t("controversial")} {I18NextService.i18n.t("controversial")}