Merge branch 'main' into totp-change

This commit is contained in:
Dessalines 2023-10-04 21:21:52 -04:00 committed by GitHub
commit 57f8498119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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